diff options
author | Marvin Borner | 2020-10-10 19:31:41 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 19:31:41 +0200 |
commit | 5017a820ab9c0d49b3db370421f9856c8b709647 (patch) | |
tree | a012f6318bab79aee309074b50baa7cf624c9b62 | |
parent | 7a440f97cbbde819134b0f07f6b803665e64a467 (diff) |
Oh man
-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 a095dd8..b199697 100644 --- a/overview/public/style.css +++ b/overview/public/style.css @@ -10,7 +10,7 @@ body { .card { position: absolute; - max-height: 90%; + max-height: calc(100% - 120px); overflow: auto; width: 40%; left: 50%; @@ -28,6 +28,6 @@ div { @media only screen and (max-width: 700px) { .card { - width: calc(100% - 60px); + width: calc(100% - 20%); } } |