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 26a1a64 commit f3b2d7f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ body {
.container {
position: relative;
text-align: center;
padding-top: 60px; /* Adjust based on the logo's height */
padding-top: 60px;
}

.logo {
position: fixed; /* This ensures the logo stays in the viewport regardless of scrolling */
top: 10px; /* Adjust to position the logo close to the top edge */
left: 10px; /* Adjust to position the logo close to the left edge */
width: 80px; /* Adjust as needed */
height: auto; /* Maintains aspect ratio */
z-index: 1000; /* Ensures the logo stays above other content */
position: fixed;
top: 10px;
left: 10px;
width: 80px;
height: auto;
z-index: 1000;
}



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

.event-description {
font-size: 2em; /* Adjust as needed */
font-size: 2em;
margin-top: 20px;
}

0 comments on commit f3b2d7f

Please sign in to comment.