From 2b502f59e255f2b60a1cd92224d98e0c2fbfb453 Mon Sep 17 00:00:00 2001 From: Bo Frederiksen Date: Tue, 25 Mar 2025 22:10:14 +0100 Subject: Whitespace. --- static/style/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'static') 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 { -- cgit v1.3.1