diff --git a/src/styles/global.css b/src/styles/global.css index 1b45bed..06537ad 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -63,10 +63,6 @@ section { padding: 2rem; } -/* .mobile-header { - display: none; -} */ - @media (prefers-color-scheme: dark) { :root { --background-color: #240046; @@ -85,65 +81,6 @@ section { } } -/* @media only screen and (max-width: 600px) { - .mobile-header { - display: flex; - height: 10vh; - width: 100vw; - border-radius: 0; - border: none; - } - - .mobile-header span { - font-size: 2rem; - } - - .mobile-header span img { - height: 24px; - width: 24px; - } - - header { - display: none; - } - - footer { - display: none; - } - - nav { - display: none; - } - - body { - height: 100vh; - width: auto; - display: flex; - flex-direction: column; - background-image: none; - } - - main { - display: flex; - justify-content: center; - align-items: baseline; - height: 90vh; - width: 100vw; - padding: 0; - padding-top: 1.25rem; - padding-bottom: 1.25rem; - } - - section { - width: 95vw; - } - - .status { - height: auto; - margin: 0; - } - } */ - a { color: var(--link-color); text-decoration: none;