adjusted centering of nav items

This commit is contained in:
rawleyIfowler
2022-04-17 11:36:15 -05:00
parent 34b91ab454
commit c3ca3351a7

View File

@@ -102,6 +102,7 @@ a:hover:after {
.nav-bar {
display: flex;
align-items: center;
justify-content: space-between;
flex-direction: row;
flex-wrap: wrap;
margin-top: calc(12px + 1vh);
@@ -109,7 +110,9 @@ a:hover:after {
}
.nav-item {
display: block;
display: flex;
align-self: stretch;
align-items: center;
margin-right: 12px;
margin-top: 6px;
font-size: 1.5em;