diff options
Diffstat (limited to 'client/src/components/Header/Header.module.css')
-rw-r--r-- | client/src/components/Header/Header.module.css | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/client/src/components/Header/Header.module.css b/client/src/components/Header/Header.module.css deleted file mode 100644 index 9717e14..0000000 --- a/client/src/components/Header/Header.module.css +++ /dev/null @@ -1,34 +0,0 @@ -.header { - display: flex; - justify-content: space-between; - align-items: center; - margin: 0.5rem 2rem; - color: var(--color-light); - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} - -.header h1 { - margin: 0; -} - -.header a { - text-decoration: none; - color: inherit; -} - -.header__mini { - color: var(--color-yellow); -} - -@media screen and (max-width: 480px) { - .header { - margin: 0.5rem 1rem; - } - - .header h1 { - font-size: 2rem; - } -} |