hiding online reservations in desktop
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 May 2018 15:01:45 +0000 (11:01 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 May 2018 15:01:45 +0000 (11:01 -0400)
style.css

index b657bf0..5c0884c 100644 (file)
--- a/style.css
+++ b/style.css
@@ -1365,6 +1365,9 @@ body.parallax-on .wpcf7-not-valid-tip {
     }
 }
 @media (min-width: 1000px){
+    .reservations{
+        display: none;
+    }
     #site-navigation > .menu{
         position: relative;
         margin-top: 35px;