Create monorepo and add SEO starter example. (#46)

This commit is contained in:
Delba de Oliveira
2021-09-09 15:06:21 +01:00
committed by GitHub
parent c1abbdb54c
commit f3a215a416
167 changed files with 9536 additions and 4 deletions

View 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;
}