Hide Remark42's own footer
This commit is contained in:
parent
014a1ccf38
commit
3532021222
@ -24,6 +24,7 @@ TABLE OF CONTENTS
|
|||||||
5.4. Sidebar
|
5.4. Sidebar
|
||||||
6. Cookie & Policy Popup
|
6. Cookie & Policy Popup
|
||||||
7. Animations and Gradients
|
7. Animations and Gradients
|
||||||
|
8. Media Queries
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
|
||||||
*/
|
*/
|
||||||
@ -798,6 +799,9 @@ img.mind-post_feature-image {
|
|||||||
transform: scaleX(1);
|
transform: scaleX(1);
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
#remark42 .root__copyright {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
/* 5.3. Koenig Styles
|
/* 5.3. Koenig Styles
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
@ -1146,6 +1150,10 @@ div.mind-policy-popup {
|
|||||||
background-position: 100%
|
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)
|
@media only screen and (max-width: 2000px)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user