Skip to content

Commit

Permalink
Left, try again
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensOost committed Jul 30, 2024
1 parent ec0526c commit 4039ba3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ video#background-video {
}

#shows h2 {
color: #fff;
text-align: center;
color: #fff; /* Set the text color to white */
text-align: center; /* Align the text to the center */
margin-bottom: 20px;
font-size: 2em;
}
Expand Down Expand Up @@ -189,8 +189,9 @@ button:hover {
background-color: #ccc;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
video#background-video {
left: -20%;
left: -10%;
}
}

0 comments on commit 4039ba3

Please sign in to comment.