Skip to content

Instantly share code, notes, and snippets.

@dwolrdcojp
Created November 18, 2022 19:23
Show Gist options
  • Save dwolrdcojp/945d257bc2703a0e2343b68aae3f9e8a to your computer and use it in GitHub Desktop.
Save dwolrdcojp/945d257bc2703a0e2343b68aae3f9e8a to your computer and use it in GitHub Desktop.
Next JS Blog App CSS
.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