summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-04 15:28:50 +0100
committerSimon Rettberg2019-02-04 15:28:50 +0100
commitb3a76fc8bc648cc0bd497c2e4aeb1af43a03b8b3 (patch)
treebe83e41f5886e863b2363503df528d381ceae2c2 /style.css
parentRemove pointless copy (diff)
downloadbwlp-monitoring-b3a76fc8bc648cc0bd497c2e4aeb1af43a03b8b3.tar.gz
bwlp-monitoring-b3a76fc8bc648cc0bd497c2e4aeb1af43a03b8b3.tar.xz
bwlp-monitoring-b3a76fc8bc648cc0bd497c2e4aeb1af43a03b8b3.zip
Fix extremely stretched layout with only few items
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/style.css b/style.css
index 836b155..5ebd06e 100644
--- a/style.css
+++ b/style.css
@@ -86,7 +86,7 @@ a:hover {
#body {
display: flex;
flex-direction: column;
- align-items: center;
+ align-items: top;
margin-top: 60px;
padding: 30px;
}
@@ -149,7 +149,6 @@ a:hover {
display: flex;
flex-direction: column;
white-space: nowrap;
- height: 100%;
--wrap: nowrap;
}