Skip to content

Commit

Permalink
Homepage: Fix aspect ration on hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Feb 1, 2024
1 parent 9cd94c9 commit f21a829
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ a:where(:not(.wp-element-button)):focus-visible {

@media (min-width: 1180px) {
.wp-block-cover {
aspect-ratio: 1010/530;
aspect-ratio: 1010/530 !important;
overflow: hidden;
}

Expand Down

0 comments on commit f21a829

Please sign in to comment.