From 1afcfcd800fed7253999ce5c7a0190e092d9433d Mon Sep 17 00:00:00 2001 From: Ben Stein-Lobovits Date: Tue, 8 Jul 2014 13:56:01 -0700 Subject: [PATCH] [FIX] Add breakpoints --- css/custom.css | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/css/custom.css b/css/custom.css index b57f84e541..a2bea290f2 100644 --- a/css/custom.css +++ b/css/custom.css @@ -21,7 +21,26 @@ max-width: 1024px; margin: auto; } +@media (min-width: 1745px) { + .menubar.fixed { + left: 20.7%; + } +} -.menubar.fixed { - left: 20.7%; +@media (max-width: 1744px) { + .menubar.fixed { + left: 10%; + } +} + +@media (max-width: 1244px) { + .menubar.fixed { + left: 5%; + } +} + +@media (max-width: 1130px){ + .menubar { + display: none; + } } \ No newline at end of file