mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
16 lines
196 B
CSS
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;
|
|
}
|