Skip to content

Instantly share code, notes, and snippets.

@Brlaney
Created July 21, 2021 00:10
Show Gist options
  • Save Brlaney/ba6548aeae7a933fce53b85f11c57dbd to your computer and use it in GitHub Desktop.
Save Brlaney/ba6548aeae7a933fce53b85f11c57dbd to your computer and use it in GitHub Desktop.
My Home.module.scss file to be imported into index.tsx for a Next.js app
@import 'themes';
.container {
min-height: 100vh;
padding: 0 0.5rem;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.header {
margin-top: 3.0rem;
padding: 5px;
font-size: 110px;
flex: 1;
font-weight: 500;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment