Created
March 25, 2023 20:27
-
-
Save jb510/d7780b4c827a9a773d622d0059b34851 to your computer and use it in GitHub Desktop.
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
.yst-grid.yst-gap-6.yst-grid-cols-1.sm\:yst-grid-cols-2.min-\[783px\]\:yst-grid-cols-1.lg\:yst-grid-cols-2.\32 xl\:yst-grid-cols-3.min-\[1800px\]\:yst-grid-cols-4 { | |
grid-template-columns: repeat(1,minmax(0,1fr))!important; | |
} | |
img.yst-w-full { | |
display: none; | |
} | |
.xl\:yst-max-w-3xl.xl\:yst-fixed.xl\:yst-right-8.xl\:yst-w-\[16rem\] { | |
display: none; | |
} | |
.yst-flex.yst-grow.yst-flex-wrap.xl\:yst-pr-\[17\.5rem\] {padding-right: 0 !important;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment