Created
November 18, 2022 19:23
-
-
Save dwolrdcojp/945d257bc2703a0e2343b68aae3f9e8a to your computer and use it in GitHub Desktop.
Next JS Blog App CSS
This file contains hidden or 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
.container { | |
max-width: 36rem; | |
padding: 0 1rem; | |
margin: 3rem auto 6rem; | |
} | |
.header { | |
display: flex; | |
flex-direction: column; | |
align-items: center; | |
} | |
.backToHome { | |
margin: 3rem 0 0; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment