From 3532021222d2b21f3a58a29bd17eeb6fc9754c02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Dellac=C3=A0?= Date: Tue, 10 Nov 2020 19:28:59 +0100 Subject: [PATCH] Hide Remark42's own footer --- assets/css/screen.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index 2fb62a8..036afa5 100755 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -24,6 +24,7 @@ TABLE OF CONTENTS 5.4. Sidebar 6. Cookie & Policy Popup 7. Animations and Gradients +8. Media Queries -------------------------------------------------- */ @@ -798,6 +799,9 @@ img.mind-post_feature-image { transform: scaleX(1); }*/ +#remark42 .root__copyright { + visibility: hidden; +} /* 5.3. Koenig Styles -------------------------------------------------- @@ -1146,6 +1150,10 @@ div.mind-policy-popup { background-position: 100% } } +/* 8. Media Queries +Media queries are used to make the website responsive and cool on mobile. +-------------------------------------------------- +*/ @media only screen and (max-width: 2000px) {