diff --git a/style/style.css b/style/style.css index c44f2a9..fb7a2f0 100644 --- a/style/style.css +++ b/style/style.css @@ -148,6 +148,10 @@ section { margin-bottom: 0.5rem; } +.mobile-header { + display: none; +} + @media (prefers-color-scheme: dark) { :root { --background-color: #240046; @@ -200,6 +204,10 @@ section { } @media only screen and (max-width: 600px) { + .mobile-header { + display: flex; + } + header { display: none; }