1
0
forked from GitHub/gf-core

Remove overflow-x:scroll from title

This commit is contained in:
John J. Camilleri
2018-11-29 10:16:32 +01:00
parent 001d036a2c
commit 61c58316ea

View File

@@ -18,7 +18,7 @@
<div class="text-center">
<img style="height:250px" src="doc/Logos/gf1.svg" alt="GF Logo">
<h1 class="display-4" style="text-shadow: 1px 1px 5px #999; overflow-x: scroll">Grammatical Framework</h1>
<h1 class="display-4" style="text-shadow: 1px 1px 5px #999;">Grammatical Framework</h1>
<h4 class="text-black-50">A programming language for multilingual grammar applications</h4>
</div>