new hero addon
This commit is contained in:
parent
429a4507d2
commit
6118b94b60
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue