From f7f5fc187b58ea32f84e9a53f90db03d12c81a62 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 10 May 2015 10:42:13 +0200 Subject: [PATCH] smaller map on small screens --- public/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/css/style.css b/public/css/style.css index 05262db..a3ec2a9 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -311,8 +311,16 @@ ul.entries li { ul.entries .map-img { position: absolute; right: 0; + bottom: 0; } +@media all and (max-width: 520px) { + ul.entries .map-img { + width: 160px; + } +} + + ul.entries .author { background-color: #e3f0d0; border-bottom: 1px #d1e4b6 solid;