edited styles.css

This commit is contained in:
FreeCorn 2024-08-22 03:26:18 -06:00
parent 4f829e43bd
commit b7e4e429ee
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ body {
margin: 0;
overflow-x: hidden;
height: 100vh; /* Ensure body height fits within viewport */
background: #068E0D;
background: #068e0d;
color: white;
position: relative; /* Relative positioning for footer */
}