diff options
| author | makitso <makitso@gmail.com> | 2015-05-27 07:07:13 -0500 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-05-27 07:07:13 -0500 |
| commit | d150efd3d9e99a15f57ecb93189328e361388487 (patch) | |
| tree | 6bd046b2e978f0a81d7cf4c7915decd9975634e9 /themes/clouds/css-1.7.0/style.css | |
| parent | d05f4b20758c4ce5da8a0be19c23206107665a1e (diff) | |
| download | webtrees-d150efd3d9e99a15f57ecb93189328e361388487.tar.gz webtrees-d150efd3d9e99a15f57ecb93189328e361388487.tar.bz2 webtrees-d150efd3d9e99a15f57ecb93189328e361388487.zip | |
Clouds-Colors, improve mobile device menus
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -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; + } +} |
