diff options
author | Felipe López <felipe.lopez@openmailbox.org> | 2015-05-18 15:09:44 -0500 |
---|---|---|
committer | Felipe López <felipe.lopez@openmailbox.org> | 2015-05-18 15:09:44 -0500 |
commit | f7ca34431f7c0bfe87bb444d6fba0c9bae55b706 (patch) | |
tree | 167bccd520ddeafbb28b6549b350dcb5ff73ca3f /website/static | |
parent | cde3d1760ddb53838ec22a9fad1d8434a68dbf5c (diff) | |
download | guix-artwork-f7ca34431f7c0bfe87bb444d6fba0c9bae55b706.tar guix-artwork-f7ca34431f7c0bfe87bb444d6fba0c9bae55b706.tar.gz |
website: Enable wide-screen menu from 800px width.
Diffstat (limited to 'website/static')
-rw-r--r-- | website/static/base/css/header-box.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/static/base/css/header-box.css b/website/static/base/css/header-box.css index dd1be4e..1355883 100644 --- a/website/static/base/css/header-box.css +++ b/website/static/base/css/header-box.css @@ -53,7 +53,7 @@ } -@media screen and (min-width: 1024px) { +@media screen and (min-width: 800px) { #header-box { height: 55px; } |