Justify items in vertical homepage layout
This commit is contained in:
parent
766557433b
commit
e83eb2a3e5
1 changed files with 1 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue