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; flex-direction: column;
} }
@media (max-width: 750px) { @media (max-width: 850px) {
.sidebar { .sidebar {
position: static; position: static;
width: 100%; width: 100%;

View file

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

View file

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