From 51d503aed49145e2e5ca93bd617b6ec4e9b0363e Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Sat, 24 Jun 2023 14:30:43 -0400 Subject: [PATCH] small tweaks --- src/styles/Blog.module.css | 2 +- src/styles/Layout.css | 5 ----- src/styles/Nav.module.css | 1 + 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/styles/Blog.module.css b/src/styles/Blog.module.css index 8a38c4c..00cf43c 100644 --- a/src/styles/Blog.module.css +++ b/src/styles/Blog.module.css @@ -64,7 +64,7 @@ flex-direction: column; } -@media (max-width: 750px) { +@media (max-width: 850px) { .sidebar { position: static; width: 100%; diff --git a/src/styles/Layout.css b/src/styles/Layout.css index 1234a51..58ba569 100644 --- a/src/styles/Layout.css +++ b/src/styles/Layout.css @@ -26,11 +26,6 @@ svg { vertical-align: middle; } -img { - max-width: 100%; - max-height: 100%; -} - main { --gap: min(8vw, 4rem); display: flex; diff --git a/src/styles/Nav.module.css b/src/styles/Nav.module.css index 143ec38..84c9828 100644 --- a/src/styles/Nav.module.css +++ b/src/styles/Nav.module.css @@ -1,6 +1,7 @@ .nav { display: flex; gap: 1rem; + overflow: auto; width: 100%; align-items: center; justify-content: space-between;