From: Laury GvR Date: Thu, 13 Dec 2018 14:07:32 +0000 (-0500) Subject: Add-link now more responsively displayed on the member listings X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=91dad2eb0c609bee2e32561eb96ab1a5d9831287;p=WP-Plugins%2Fglm-member-db-itinerary.git Add-link now more responsively displayed on the member listings --- 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;