Skip to content

Instantly share code, notes, and snippets.

@jonathanstegall
Last active October 1, 2024 18:08
Show Gist options
  • Save jonathanstegall/430ecf22d4bb66edd146be8f698a1250 to your computer and use it in GitHub Desktop.
Save jonathanstegall/430ecf22d4bb66edd146be8f698a1250 to your computer and use it in GitHub Desktop.
/* main.css */
main.about {
/* max-width: 53rem; */
}
@media (min-width: 1280px) {
.site-container {
/* padding: 32px; */
}
}
.site-container {
/* padding: 24px 40px; */
}
.flexbox {
max-width: 1440px;
margin: 0 auto;
}
#main-content {
padding: 24px 0;
}
/* main.css */
.reg-text .up-to-date {
/* margin: 40px auto 10px !important; */
}
.up-to-date {
margin: 0 !important;
padding-top: 0;
}
div.flexbox:nth-child(2) {
padding: 24px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment