diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-02-27 20:46:33 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-02-27 20:46:33 +0200 |
| commit | 4f7b0bffe44fd66edc31927fb889cb1086f9ff88 (patch) | |
| tree | 7ff852fafba4271de48e4e50e8ed8e0e00bb2f7a /assets/scss/web/_header.scss | |
| parent | f495cce74dcbb31d06610a687d64adcc3455cd58 (diff) | |
Update website font size to be more readable
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) { - } } } |
