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 /overview | |
parent | 897b4173c5cc190805a96aafe5f9258610332e39 (diff) |
CSS
Diffstat (limited to 'overview')
-rw-r--r-- | overview/public/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/overview/public/style.css b/overview/public/style.css index 77853bf..16cd26f 100644 --- a/overview/public/style.css +++ b/overview/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: 700px) { .card { width: calc(100% - 50px); } |