diff options
Diffstat (limited to 'quotes/public/style.css')
-rw-r--r-- | quotes/public/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/quotes/public/style.css b/quotes/public/style.css index 4ead1a1..0336774 100644 --- a/quotes/public/style.css +++ b/quotes/public/style.css @@ -9,6 +9,10 @@ body { } div { + background: white; +} + +main { position: absolute; max-height: 80%; overflow-y: scroll; @@ -51,7 +55,7 @@ select { } @media only screen and (max-width: 600px) { - div { + main { width: calc(100% - 50px); } } |