aboutsummaryrefslogtreecommitdiff
path: root/overview/public/style.css
diff options
context:
space:
mode:
authorMarvin Borner2020-10-10 19:25:11 +0200
committerMarvin Borner2020-10-10 19:25:22 +0200
commit7a440f97cbbde819134b0f07f6b803665e64a467 (patch)
tree908635177477ec597264eda86fbd4e2289a7db55 /overview/public/style.css
parent530bbfa293b7d17a6944b87416951b572c8f1d3d (diff)
Frontend...
Diffstat (limited to 'overview/public/style.css')
-rw-r--r--overview/public/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/overview/public/style.css b/overview/public/style.css
index 16cd26f..a095dd8 100644
--- a/overview/public/style.css
+++ b/overview/public/style.css
@@ -10,7 +10,7 @@ body {
.card {
position: absolute;
- max-height: 80%;
+ max-height: 90%;
overflow: auto;
width: 40%;
left: 50%;
@@ -28,6 +28,6 @@ div {
@media only screen and (max-width: 700px) {
.card {
- width: calc(100% - 50px);
+ width: calc(100% - 60px);
}
}