Skip to content

Instantly share code, notes, and snippets.

@jb510
Created March 25, 2023 20:27
Show Gist options
  • Save jb510/d7780b4c827a9a773d622d0059b34851 to your computer and use it in GitHub Desktop.
Save jb510/d7780b4c827a9a773d622d0059b34851 to your computer and use it in GitHub Desktop.
.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