Skip to content

Instantly share code, notes, and snippets.

@andreswebs
Created October 10, 2025 21:11
Show Gist options
  • Select an option

  • Save andreswebs/dc07f44752999b2b4030b86757e6dbfb to your computer and use it in GitHub Desktop.

Select an option

Save andreswebs/dc07f44752999b2b4030b86757e6dbfb to your computer and use it in GitHub Desktop.
html {
color-scheme: light dark;
}
body {
font-family: system-ui;
font-size: 1.25rem;
line-height: 1.5;
}
img,
svg,
video {
max-width: 100%;
display: block;
}
.main-container {
max-width: min(70ch, 100% - 4rem);
margin-inline: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment