Difference between revisions of "User:JP/timeless.css"
Line 15: | Line 15: | ||
} | } | ||
} | } | ||
+ | @media screen and (max-width: 1099px) and (min-width: 851px) { | ||
#p-logo { | #p-logo { | ||
text-align: center; | text-align: center; | ||
Line 21: | Line 22: | ||
position: absolute; | position: absolute; | ||
top: -75px; | top: -75px; | ||
+ | } | ||
} | } |
Revision as of 19:02, 9 October 2020
#p-logo-text a {
display: none !important;
}
#p-logo-text {
display: none !important;
}
@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;
}
}
@media screen and (max-width: 1099px) and (min-width: 851px) {
#p-logo {
text-align: center;
margin: auto;
display: block !important;
position: absolute;
top: -75px;
}
}