summaryrefslogtreecommitdiff
path: root/themes/clouds/css-1.7.0
diff options
context:
space:
mode:
Diffstat (limited to 'themes/clouds/css-1.7.0')
-rw-r--r--themes/clouds/css-1.7.0/style.css9
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;
+ }
+}