diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-11-29 10:16:32 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-11-29 10:16:32 +0100 |
| commit | 61c58316ead1c3b65cb00e82c29784e6280145d7 (patch) | |
| tree | 8b9ef013c0d320975c6fb1031d94de44a3c37ced /index.html | |
| parent | 001d036a2ca10ff045e00b1d1b03dfcd5d821072 (diff) | |
Remove overflow-x:scroll from title
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 4ec6d1b8a..11ad92bc3 100644 --- a/index.html +++ b/index.html @@ -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> |
