Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicGamerRMG authored Jan 8, 2024
1 parent f3bb25e commit b575452
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,15 @@ body {
padding-top: 60px; /* Adjust based on the logo's height */
}

logo {
.logo {
position: absolute;
top: 10px; /* Adjust to position the logo close to the top edge */
left: 10px; /* Adjust to position the logo close to the left edge */
max-width: 80px; /* Adjust as needed */
height: auto;
top: 10px; /* Adjust as needed */
left: 10px; /* Adjust as needed */
width: 80px; /* Adjust as needed */
height: auto; /* Maintains aspect ratio */
}


.countdown {
font-size: 3em; /* Adjust as needed */
margin-bottom: 20px;
Expand Down

0 comments on commit b575452

Please sign in to comment.