From 6a2e971e35462ff7c2b13bf5deaca798844f17fb Mon Sep 17 00:00:00 2001 From: Michele Ceriotti Date: Sat, 16 Dec 2023 20:26:00 -0800 Subject: [PATCH] restored app.css Keeping a clean PR. --- app/app.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/app.css b/app/app.css index 4d60a67e1..51b0eab97 100644 --- a/app/app.css +++ b/app/app.css @@ -1,6 +1,6 @@ :root { - --header-height: 48px; - --footer-height: 30px; + --header-height: 50px; + --footer-height: 40px; } html { @@ -9,7 +9,7 @@ html { } body { - margin-bottom: 30px; + margin-bottom: 35px; } .footer { @@ -17,7 +17,7 @@ body { bottom: 0; width: 100%; height: var(--footer-height); - padding-top: 7px; + padding-top: 12px; background-color: #2c3e50; color: white; font-size: 0.8rem; @@ -89,7 +89,6 @@ main .ratio > * { .ratio-5x7 { overflow-y: hidden; - overflow-x: hidden; } .ratio-5x7::before {