Hide Remark42's own footer

This commit is contained in:
Bea 2020-11-10 19:28:59 +01:00
parent 014a1ccf38
commit 3532021222
1 changed files with 8 additions and 0 deletions

View File

@ -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)
{