Skip to content

Commit

Permalink
Global Footer: Reset the container-type so that auto-fit works in S…
Browse files Browse the repository at this point in the history
…afari
  • Loading branch information
ryelle committed Mar 5, 2024
1 parent ba25a1b commit 4f60d8d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

/* Create columns automatically, make them equal widths, wrap when needed. */
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
container-type: normal;

@media (--tablet) {
font-size: var(--wp--preset--font-size--small);
Expand Down

0 comments on commit 4f60d8d

Please sign in to comment.