Skip to content

Commit

Permalink
Reduce home template top section and feature responsive breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCDL committed May 16, 2024
1 parent 81152ee commit 7c8752b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/components/feature.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
}
}

@media (width >= 90rem) {
@media (width >= 80rem) {
.c-feature {
width: 99%;
height: 100%;
Expand Down
2 changes: 1 addition & 1 deletion css/templates/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}
}

@media (width > 90rem) {
@media (width >= 80rem) {
.t-home {
& .t-top-section {
grid-template-columns: 1fr minmax(0, 59.5rem) minmax(0, 59.5rem) 1fr;
Expand Down

0 comments on commit 7c8752b

Please sign in to comment.