From d150efd3d9e99a15f57ecb93189328e361388487 Mon Sep 17 00:00:00 2001 From: makitso Date: Wed, 27 May 2015 07:07:13 -0500 Subject: Clouds-Colors, improve mobile device menus --- themes/clouds/css-1.7.0/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'themes/clouds/css-1.7.0/style.css') 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; + } +} -- cgit v1.3