Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created February 9, 2022 10:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tdmrhn/5213e7324cd777296c76e00349127b61 to your computer and use it in GitHub Desktop.
Save tdmrhn/5213e7324cd777296c76e00349127b61 to your computer and use it in GitHub Desktop.
Blocksy Container Mobile Adjustment
/* just change the 88vw width as you like */
@media (max-width: 689.98px) {
:root { --container-width-base: calc(88vw - var(--frame-size, 0px) * 2) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment