small tweaks

This commit is contained in:
Henry Hiles 2023-06-24 14:30:43 -04:00
parent cbbe23890a
commit 51d503aed4
3 changed files with 2 additions and 6 deletions

View file

@ -64,7 +64,7 @@
flex-direction: column;
}
@media (max-width: 750px) {
@media (max-width: 850px) {
.sidebar {
position: static;
width: 100%;

View file

@ -26,11 +26,6 @@ svg {
vertical-align: middle;
}
img {
max-width: 100%;
max-height: 100%;
}
main {
--gap: min(8vw, 4rem);
display: flex;

View file

@ -1,6 +1,7 @@
.nav {
display: flex;
gap: 1rem;
overflow: auto;
width: 100%;
align-items: center;
justify-content: space-between;