mirror of
https://github.com/vercel/next-learn.git
synced 2026-07-09 06:55:12 +00:00
Create monorepo and add SEO starter example. (#46)
This commit is contained in:
committed by
GitHub
parent
c1abbdb54c
commit
f3a215a416
15
basics/basics-final/components/layout.module.css
Normal file
15
basics/basics-final/components/layout.module.css
Normal file
@@ -0,0 +1,15 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user