diff options
| author | Bo Frederiksen <bofrede@bofrede.dk> | 2025-03-25 22:10:14 +0100 |
|---|---|---|
| committer | Bo Frederiksen <bofrede@bofrede.dk> | 2025-03-25 22:10:14 +0100 |
| commit | 2b502f59e255f2b60a1cd92224d98e0c2fbfb453 (patch) | |
| tree | 35b7f751783deda907314176682e097fbc1dfa0f | |
| parent | 55ee4b3af568d4919ce90149eeb2fda11823a0f5 (diff) | |
Whitespace.
| -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 { |
