Justify items in vertical homepage layout

This commit is contained in:
Eryn Wells 2022-11-19 13:41:04 -08:00
parent 766557433b
commit e83eb2a3e5

View file

@ -53,6 +53,7 @@ main .grid {
"title"
"blurb"
"nav";
justify-items: center;
text-align: center;
}
}
@ -73,14 +74,6 @@ nav {
text-transform: lowercase;
}
nav > li {
margin-inline-start: 0.5em;
}
nav > li:first-of-type {
margin-inline-start: 0;
}
p {
margin: 0;
}