Somewhat fixed the bottom

This commit is contained in:
abrendan 2023-12-01 23:23:02 +00:00
parent 3737ce838a
commit 30f3ea974d

View File

@ -23,15 +23,18 @@
.Message{ .Message{
color: #000000; color: #000000;
} }
#Main{ #Main{
min-height: 94.5vh; /* Stretch to fill the viewport height */
padding: 20px; /* Padding added to the main content area */ padding: 20px; /* Padding added to the main content area */
border-radius: 10px; border-radius: 10px;
backdrop-filter: blur(5px); /* Provide a translucent frosted-glass effect */ backdrop-filter: blur(5px); /* Provide a translucent frosted-glass effect */
background-color: rgba(255, 255, 255, 0.2); /* Slightly white transparent background */ background-color: rgba(255, 255, 255, 0.2); /* Slightly white transparent background */
} }
#Title{ #Title{
font-size: 300%; font-size: 300%;
} }