Skip to content

Instantly share code, notes, and snippets.

@OliverJAsh
Last active February 16, 2024 20:29
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 OliverJAsh/16fd8577ea534a65a83a21b149fcc720 to your computer and use it in GitHub Desktop.
Save OliverJAsh/16fd8577ea534a65a83a21b149fcc720 to your computer and use it in GitHub Desktop.
{
"scripts": [],
"styles": []
}
<div class="wrapper-old">
<div class="content"></div>
</div>
<div class="wrapper-new">
<div class="content"></div>
</div>
* {
box-sizing: border-box;
}
.wrapper-new {
width: min(1160px, 100% - 4rem);
margin-inline: auto;
}
.wrapper-old {
padding: 2rem;
max-width: 1160px;
box-sizing: content-box;
margin-inline: auto;
}
.content {
height: 40px;
background: black;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment