Last active
October 1, 2024 18:08
-
-
Save jonathanstegall/430ecf22d4bb66edd146be8f698a1250 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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