diff --git a/css/base.css b/css/base.css index 3735069..51dcb80 100644 --- a/css/base.css +++ b/css/base.css @@ -15,6 +15,10 @@ html[data-light] { --rosewater: #dc8a78; --flamingo: #dd7878; --pink: #ea76cb; - color: var(--text); } +::-webkit-scrollbar { + display: none; +} + ::selection { background-color: var(--text); color: var(--base); @@ -222,20 +226,25 @@ footer { padding: 10px 50px; } -@media (max-width: 810px) { +@media (max-width: 890px) { + header div.hyphen { + display: none; + } +} + +@media (max-width: 775px) { footer { width: calc(100vw - 20px); padding: 10px; } + header { + width: calc(100vw - 20px); + padding: 10px; + } + header > nav { display: block; - width: calc(100vw - 20px); - padding: 10px; - } - - header div.hyphen { - display: none; } header div:not(.header-title, .hyphen) { diff --git a/index.html b/index.html index c926591..1ec5413 100644 --- a/index.html +++ b/index.html @@ -55,6 +55,8 @@