From 1f61d8b24cc6685e4a5cf457c9ff97593af5f6ce Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 31 May 2018 11:01:45 -0400 Subject: [PATCH] hiding online reservations in desktop --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index b657bf0..5c0884c 100644 --- 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; -- 2.17.1