fix styling

This commit is contained in:
2023-03-04 02:09:08 +10:30
parent a56f058142
commit 58daa042a1
5 changed files with 24 additions and 9 deletions

View File

@ -195,7 +195,7 @@ nav {
/* width: min-content; */
}
a:hover {
aside>a:hover {
transform: none;
}
}
@ -242,6 +242,13 @@ footer {
width: 230px;
}
.nav-buttons {
display: flex;
flex-direction: row;
justify-content: space-between;
}
/* body > footer {
margin-top: 4rem;
padding: 2rem 1rem 1.5rem 1rem;