diff options
author | Marvin Borner | 2020-10-03 13:33:29 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-03 13:33:29 +0200 |
commit | 88a2c395ad96c65d75ea64c57d68b62d93bc12c3 (patch) | |
tree | b476ebb9875789e857f5f8d96027aef292be93b7 /poll/public/style.css | |
parent | a6cd52452e504c23921bb0be32e883b9efd97da7 (diff) |
Added navbar
Diffstat (limited to 'poll/public/style.css')
-rw-r--r-- | poll/public/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/poll/public/style.css b/poll/public/style.css index 2c9c695..8ef7b57 100644 --- a/poll/public/style.css +++ b/poll/public/style.css @@ -9,6 +9,10 @@ body { } div { + background: white; +} + +main { position: absolute; max-height: 80%; overflow-y: scroll; @@ -29,7 +33,7 @@ select { } @media only screen and (max-width: 600px) { - div { + main { width: calc(100% - 50px); } } |