Files
next-learn/typescript-final/components/layout.module.css
2021-02-05 09:31:09 -06:00

16 lines
196 B
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;
}