From 2ae9a04aae04b66a8c1ee1b1fe9bc7cb2955e213 Mon Sep 17 00:00:00 2001 From: julius Date: Tue, 28 Jan 2025 18:14:04 +0100 Subject: [PATCH] some more visual improvements --- src/App.css | 9 ++++++++- src/App.tsx | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/App.css b/src/App.css index 04c6f9f..33bfd35 100644 --- a/src/App.css +++ b/src/App.css @@ -11,6 +11,10 @@ body { height: 100%; } +footer { + font-size: x-small; +} + #root { max-width: 1280px; margin: 0 auto; @@ -25,6 +29,7 @@ body { .hint { position: absolute; font-size: 80%; + padding: 4px; top: auto; left: 4px; bottom: auto; @@ -174,13 +179,15 @@ button { .logo { position: relative; text-align: center; - height: 169px; + height: 196px; + margin: auto; img { display: block; margin: auto; } h3 { position: absolute; + width: 200px; top: 33%; left: 50%; transform: translate(-50%, -50%); diff --git a/src/App.tsx b/src/App.tsx index b83d5c1..3bd3039 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -15,7 +15,14 @@ function App() {