From 88a2c395ad96c65d75ea64c57d68b62d93bc12c3 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 3 Oct 2020 13:33:29 +0200 Subject: Added navbar --- poll/public/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'poll/public/style.css') 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); } } -- cgit v1.2.3