From a93abe6cebde2fb37a49700f7861b400a0bb4f59 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 19 Aug 2018 16:15:16 -0700 Subject: Make design responsive --- src/SearchResults.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/SearchResults.css') diff --git a/src/SearchResults.css b/src/SearchResults.css index 194c731..ae05e10 100644 --- a/src/SearchResults.css +++ b/src/SearchResults.css @@ -52,3 +52,15 @@ .label { font-weight: bold; } + +@media only screen and (max-width: 768px) { + .Result .image { + float: none; + width: 100%; + } + + .Result .details, .Result h3 { + margin-left: 0; + } +} + -- cgit v1.2.3