Created
July 1, 2025 09:08
-
-
Save jmabbas/0daff51097f432abbc341be52298a0d5 to your computer and use it in GitHub Desktop.
Pizzeria - Search page mobile two columns
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media (max-width: 600px) { | |
.archive.search .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid { | |
grid-template-columns: 50% 50%; | |
grid-gap: 10px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment