Files
next-learn/basics/demo/components/layout.module.css
2021-09-09 09:06:21 -05: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;
}