From 91dad2eb0c609bee2e32561eb96ab1a5d9831287 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 13 Dec 2018 09:07:32 -0500 Subject: [PATCH] Add-link now more responsively displayed on the member listings --- css/front.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/front.css b/css/front.css index 206aa41..d2f1384 100644 --- a/css/front.css +++ b/css/front.css @@ -173,6 +173,13 @@ div.memberSR { margin-left: 3%; margin-bottom: 14px; } +@media (max-width: 640px) { + div.memberSR { + max-width: 160px; + float: none; + margin: 0 auto; + } +} div.memberSR a.list-add-link { float: right; clear: right; -- 2.17.1