From dd73a4a123e8f209b40b0ede993d5b130e8a73dc Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 15 Aug 2018 15:44:52 -0400 Subject: [PATCH] removing the reserve your charter button from mobile menu --- functions.php | 4 +--- style.css | 5 +++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 56b2ea2..e3c4b03 100644 --- a/functions.php +++ b/functions.php @@ -337,9 +337,7 @@ function my_nav_wrap() {
  • diff --git a/style.css b/style.css index a2a07e1..d63b1b1 100644 --- a/style.css +++ b/style.css @@ -2773,4 +2773,9 @@ video { width: 100%; /* margin-bottom: 30px; */ overflow: hidden; +} +@media (max-width:640px) { + #section-31 { + background-attachment:initial !important; + } } \ No newline at end of file -- 2.17.1