diff options
Diffstat (limited to 'assets/scss/web/_header.scss')
| -rw-r--r-- | assets/scss/web/_header.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/assets/scss/web/_header.scss b/assets/scss/web/_header.scss index 6cd2d93..fb79c3e 100644 --- a/assets/scss/web/_header.scss +++ b/assets/scss/web/_header.scss @@ -45,9 +45,7 @@ display: inline-block; margin: 8px; - @media (max-width: 812px) { + @media (max-width: 812px) and (orientation: landscape), (max-width: 375px) { font-size: 0.9rem; - @media (orientation: landscape) { - } } } |
