Skip to content

Commit

Permalink
Update media query breakpoint to 1220px max-width
Browse files Browse the repository at this point in the history
  • Loading branch information
NordinAlex committed Aug 25, 2024
1 parent 54dcef2 commit 091162a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Website/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ footer p {
}

/* Responsive Design */
@media (max-width: 768px) {
@media (max-width: 1220px) {
.hero h1 {
font-size: 2.5rem;
}
Expand Down

0 comments on commit 091162a

Please sign in to comment.