changed navbar item size, added donation page

This commit is contained in:
rawleyIfowler
2022-04-16 12:54:57 -05:00
parent 04bd2510f5
commit 14319a147a
3 changed files with 5 additions and 3 deletions

View File

@@ -102,15 +102,13 @@ a:hover:after {
.nav-bar {
display: flex;
flex-direction: row;
font-size: 1.3em;
margin-top: calc(12px + 1vh);
margin-bottom: 1vw;
}
.nav-item {
display: block;
margin-right: 12px;
font-weight: 800;
font-size: 1.5em;
}
.content-wrapper {