MediaWiki:Mobile.css: Difference between revisions

From The Last Starwiki
Jump to navigation Jump to search
No edit summary
(Hide Latest News on mobile)
Line 10: Line 10:


.main-news {
.main-news {
border: 1px solid black;
display: none;
padding: 0.5em;
}
}

Revision as of 12:39, 21 July 2022

/* All CSS here will be loaded for users of the mobile site */
.social a, .social a:visited {
	font-size: 2.3em !important;
	color: #000 !important;
	background-image: none !important;
	background-position: initial !important;
	background-repeat: no-repeat !important;
	padding-right: inherit !important;
}

.main-news {
	display: none;
}