Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save scott-linder/05cad0f708f0bb5e12af3c40d6b0570f to your computer and use it in GitHub Desktop.
Save scott-linder/05cad0f708f0bb5e12af3c40d6b0570f to your computer and use it in GitHub Desktop.
user-css for new github
:root {
--width: 1200px;
}
.container-xl {
max-width: var(--width);
}
.pagehead {
padding-left: calc(50% - (var(--width) / 2));
padding-right: calc(50% - (var(--width) / 2));
}
* {
border-radius: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment