diff --git a/css/styles.css b/css/styles.css index b23ff89..880b342 100644 --- a/css/styles.css +++ b/css/styles.css @@ -77,7 +77,7 @@ nav { background-color: rgb(39, 20, 82); display: flex; padding: 10px; - min-width: 375px; + min-width: 360px; } nav h1 { @@ -103,7 +103,7 @@ nav img { margin: 0 auto; background: radial-gradient(circle at center, rgb(34, 13, 59), rgb(68, 29, 116)); position: relative; - min-width: 375px; + min-width: 360px; } .top-content {