diff options
author | Marvin Borner | 2020-10-10 17:52:45 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 17:52:45 +0200 |
commit | f0e24fe07d8eac3e8d893238c13e1b5a9ebecd1c (patch) | |
tree | d58b840113ff11eac63a6432f0ad74cb02f6abb2 /mottovote/public | |
parent | 897b4173c5cc190805a96aafe5f9258610332e39 (diff) |
CSS
Diffstat (limited to 'mottovote/public')
-rw-r--r-- | mottovote/public/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mottovote/public/style.css b/mottovote/public/style.css index 1982e0a..90bf0f6 100644 --- a/mottovote/public/style.css +++ b/mottovote/public/style.css @@ -52,7 +52,7 @@ select { width: 100%; } -@media only screen and (max-width: 600px) { +@media only screen and (max-width: 700px) { main { width: calc(100% - 50px); } |