From af28539a0248af80b4cfce9f208576d82e097c58 Mon Sep 17 00:00:00 2001 From: julius Date: Wed, 29 Jan 2025 15:19:53 +0100 Subject: [PATCH] make logo smaller --- src/App.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index cbb5430..bd1b7b1 100644 --- a/src/App.css +++ b/src/App.css @@ -176,14 +176,16 @@ button { .logo { position: relative; text-align: center; - height: 160px; + height: 140px; + margin-bottom: 20px; img { display: block; margin: auto; } h3 { position: absolute; - width: 200px; + font-size: medium; + width: 140px; top: 33%; left: 50%; transform: translate(-50%, -50%);