new hero addon

This commit is contained in:
Geoff Doty 2021-10-16 17:27:13 -04:00
parent 429a4507d2
commit 6118b94b60
1 changed files with 14 additions and 0 deletions

14
src/extras/hero.css Normal file
View File

@ -0,0 +1,14 @@
.hero {
display: grid;
justify-content: center;
align-content: center;
text-align: center;
height: 100vh;
margin: 0 auto;
}
.hero h1 {
font-size: 48px;
margin: 0;
padding: 0
}