Difference between revisions of "User:JP/timeless.css"

(Blanked the page)
Line 1: Line 1:
 
+
@media screen and (max-width: 1099px) and (min-width: 851px) {
 +
.sidebar-chunk {
 +
    display: none;
 +
    position: relative;
 +
}
 +
@media screen and (max-width: 1099px) and (min-width: 851px) {
 +
#p-logo-text {
 +
    DISPLAY: none;
 +
}
 +
}

Revision as of 18:55, 9 October 2020

@media screen and (max-width: 1099px) and (min-width: 851px) {
.sidebar-chunk {
    display: none;
    position: relative;
}
@media screen and (max-width: 1099px) and (min-width: 851px) {
#p-logo-text {
    DISPLAY: none;
}
}