summaryrefslogtreecommitdiff
path: root/src/SearchResults.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/SearchResults.css')
-rw-r--r--src/SearchResults.css12
1 files changed, 12 insertions, 0 deletions
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;
+ }
+}
+