From 422b0b6d3f354df9ae45f9930a710d36bf7b5c68 Mon Sep 17 00:00:00 2001 From: Ben Stein-Lobovits Date: Tue, 8 Jul 2014 15:25:58 -0700 Subject: [PATCH] [FIX] Adjust styling --- css/custom.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index a2bea290f2..af501a5c39 100644 --- a/css/custom.css +++ b/css/custom.css @@ -21,6 +21,7 @@ max-width: 1024px; margin: auto; } +/* @media (min-width: 1745px) { .menubar.fixed { left: 20.7%; @@ -43,4 +44,17 @@ .menubar { display: none; } -} \ No newline at end of file +} + */ + + .menubar.fixed { + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 768px) { +.menubar { +right: 794px; +} +} +