diff options
Diffstat (limited to 'themes/clouds')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 1bed294870..ac9e36943a 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -5383,3 +5383,12 @@ footer .error { z-index: 1; } } +/* Mobile low and high resolution viewports */ +@media (max-width: 480px) { +header { + height: 83px; + } + .secondary-menu { + top: 50px; + } +} |
