From 6953047371391b5be78bffdb160e2cc2eb8572b6 Mon Sep 17 00:00:00 2001 From: Arhell Date: Tue, 17 Nov 2020 00:24:37 +0200 Subject: [PATCH] fix "read more" button --- static/css/newcommunity.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/css/newcommunity.css b/static/css/newcommunity.css index e792fceae9..993cd89e1a 100644 --- a/static/css/newcommunity.css +++ b/static/css/newcommunity.css @@ -241,14 +241,13 @@ a { } .fullbutton { - display: block; + display: inline-block; margin: auto; margin-top: 2rem; - width: 156px; background-color: #0662EE; color: white; font-size: 18px; - padding: 2%; + padding: 2% 2.5%; letter-spacing: 0.07em; font-weight: bold;