diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/style/style.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/static/style/style.css b/static/style/style.css index 6a77de1..0f20051 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -5,7 +5,9 @@ src: local('Ubuntu'), url('../fonts/Ubuntu-Regular.woff2') format('woff2'); } -html { height: 100%; } +html { + height: 100%; +} body { margin: 0; @@ -54,7 +56,6 @@ header img { .grid header { padding: 20px; - } .grid > * { @@ -133,7 +134,7 @@ a:hover { } .grid > * { - margin: 0px; + margin: 0; } .grid header { @@ -142,8 +143,8 @@ a:hover { } .img { - width:100%; - height:100%; + width: 100%; + height: 100%; } #map { |
