diff options
author | Marvin Borner | 2020-10-10 17:49:51 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 17:49:51 +0200 |
commit | 897b4173c5cc190805a96aafe5f9258610332e39 (patch) | |
tree | ffd3e52712e2a8decfa2ec882c0110b0c10e61fd /admin/public/style.css | |
parent | b2d9cf884f2aff3445d6619939186e48a683e5a9 (diff) |
Added vote stats
Diffstat (limited to 'admin/public/style.css')
-rw-r--r-- | admin/public/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/public/style.css b/admin/public/style.css index 77853bf..4e3cffc 100644 --- a/admin/public/style.css +++ b/admin/public/style.css @@ -12,7 +12,7 @@ body { position: absolute; max-height: 80%; overflow: auto; - width: 30%; + width: 40%; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); @@ -26,7 +26,7 @@ div { background: white; } -@media only screen and (max-width: 600px) { +@media only screen and (max-width: 800px) { .card { width: calc(100% - 50px); } |