From 30f3ea974d7cce17bf1a4a34a365baeb134a536d Mon Sep 17 00:00:00 2001 From: abrendan <94894839+abrendan@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:23:02 +0000 Subject: [PATCH] Somewhat fixed the bottom --- html/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html/style.css b/html/style.css index cc09bd5..1fed5ac 100644 --- a/html/style.css +++ b/html/style.css @@ -23,15 +23,18 @@ .Message{ color: #000000; + } #Main{ + min-height: 94.5vh; /* Stretch to fill the viewport height */ padding: 20px; /* Padding added to the main content area */ border-radius: 10px; backdrop-filter: blur(5px); /* Provide a translucent frosted-glass effect */ background-color: rgba(255, 255, 255, 0.2); /* Slightly white transparent background */ } + #Title{ font-size: 300%; }