From 5235611e58e2144d9e09be62404b621fc8ee0542 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 29 Jul 2019 16:06:16 -0400 Subject: [PATCH] whitespace changes --- css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/style.css b/css/style.css index 8f40689..10bd6d7 100644 --- a/css/style.css +++ b/css/style.css @@ -86,8 +86,10 @@ a { transition: 0.3s; } .navbar-nav { margin-top: 40px; } } + /* Selectors */ + @media screen and (min-width: 768px) { .form-inline .form-item .select-wrapper { display: block; @@ -97,8 +99,10 @@ a { transition: 0.3s; } } } + /* RYF List */ + .ryf-list { float: left; margin: 0; @@ -179,6 +183,7 @@ a { transition: 0.3s; } /* Vendors list */ + @media screen and (max-width: 767px) { .vendors-list-row { margin: 0px auto; @@ -258,6 +263,7 @@ a { transition: 0.3s; } /* Product */ + @media screen and (max-width: 767px) { .page-node-type-product .product { max-width: 382px; @@ -364,6 +370,7 @@ a { transition: 0.3s; } /* Footer */ + .footer { background: #333; color: #FFF; -- 2.25.1