diff options
Diffstat (limited to 'src/components/ContentHeader.module.scss')
| -rw-r--r-- | src/components/ContentHeader.module.scss | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/components/ContentHeader.module.scss b/src/components/ContentHeader.module.scss deleted file mode 100644 index be1697b..0000000 --- a/src/components/ContentHeader.module.scss +++ /dev/null @@ -1,34 +0,0 @@ -@use '~/styles/utils/custom-media' as *; - -.root { - height: 60px; - display: flex; - align-items: center; - padding: 0 15px; - - @media (max-width: 768px) { - min-height: 48px; - height: auto; - padding: 5px 15px; - flex-wrap: wrap; - } - - @media (--breakpoint-not-small) { - padding: 0 40px; - } -} - -.h1 { - white-space: nowrap; - font-size: 1.7em; - - @media (max-width: 768px) { - font-size: 1.4em; - } - - @media (--breakpoint-not-small) { - font-size: 2em; - } - text-align: left; - margin: 0; -} |
