From a655b59e69d85a13c9b7fff211a820c9be36d938 Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Tue, 10 Apr 2018 15:27:01 +0200 Subject: [PATCH] Fix link target size --- assets/css/screen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index cbe147a..e35844c 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -415,6 +415,7 @@ The knock-on effect of this is ugly browser-scroll bars at the bottom, so 80px o } .post-card-content-link { + flex-grow; 1; position: relative; display: block; padding: 25px 25px 0;