mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
GF home page: minor style changes
+ Split the list of languages into several columns if space permits (in supported browsers, currently Firefox). + Limit the size of the GF logo to 75% of width the window. Looks better on small screens.
This commit is contained in:
@@ -32,8 +32,15 @@ th { background: #9df; }
|
||||
|
||||
h1 img { float: right; border: 0; }
|
||||
h1 img.nofloat { float: none; }
|
||||
img.right { float: right; }
|
||||
|
||||
ol.languages {
|
||||
column-width: 12em;
|
||||
-moz-column-width: 12em;
|
||||
}
|
||||
|
||||
.grow {
|
||||
max-width: 75%;
|
||||
animation-name: grow;
|
||||
animation-duration: 2s;
|
||||
animation-timing-function: ease-in-out;
|
||||
|
||||
Reference in New Issue
Block a user