From 4e76c9c79d1d73abd3800678aa71e28c91675b02 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 5 Apr 2017 09:18:55 -0400 Subject: [PATCH] adding border around the detail search results page --- css/front.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/front.css b/css/front.css index 8fb198f..e7794fe 100644 --- a/css/front.css +++ b/css/front.css @@ -116,6 +116,12 @@ input.sidebar-criteria{ font-weight: bold; padding: 2px 10px; } +@media(min-width: 1024px){ + .detail-wrapper{ + border: 1px solid grey; + padding: 0; + } +} .detail-value{ padding: 2px 0; -- 2.17.1