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