From 6f2e03746f4ec000fefb04a48d09cd2979b480d1 Mon Sep 17 00:00:00 2001 From: Valessio Soares de Brito Date: Thu, 5 Sep 2019 17:36:35 -0400 Subject: [PATCH] fix button read more on mobile --- css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index b18812c..a0def5e 100644 --- a/css/style.css +++ b/css/style.css @@ -365,9 +365,8 @@ nav .search-block-form { width: auto; border-radius: 0.5em; padding: 0.3em 0.5em; - position: absolute; - bottom: 15px; - right: 15px; + margin-top: 5px; + float: right; } .ryf-list h2 a { -- 2.25.1