From ce8df3e9f7a66588e5a53b2d7659efbaa582317b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 18 Apr 2018 08:21:46 -0400 Subject: [PATCH] adjusting the media query for the front page industry tags in the header --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index c2766aa..5603e02 100644 --- a/style.css +++ b/style.css @@ -2520,8 +2520,9 @@ Responsive grid for pages display: block; max-width: 700px; margin: 0 auto; + text-align: center; } -@media (min-width: 1000px){ +@media (min-width: 768px){ #industries span{ display: inline-block; color: white; -- 2.17.1