summaryrefslogtreecommitdiff
path: root/website/static
diff options
context:
space:
mode:
authorFelipe López <felipe.lopez@openmailbox.org>2015-05-18 15:09:44 -0500
committerFelipe López <felipe.lopez@openmailbox.org>2015-05-18 15:09:44 -0500
commitf7ca34431f7c0bfe87bb444d6fba0c9bae55b706 (patch)
tree167bccd520ddeafbb28b6549b350dcb5ff73ca3f /website/static
parentcde3d1760ddb53838ec22a9fad1d8434a68dbf5c (diff)
downloadguix-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.css2
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;
}