Template:Desktop only/styles.css

From Wikisource
Jump to navigation Jump to search
/* Narrow screen adjustments */
@media screen and (max-width: 736px) {
	/* hide non-essential desktop-only content */
    .enws-hide-on-mobile {
    	display: none;
    }
}