MediaWiki:Mobile.css: Difference between revisions

From The Last Starwiki
Jump to navigation Jump to search
(Add styling for Font Awesome social buttons)
 
No edit summary
Line 7: Line 7:
background-repeat: no-repeat !important;
background-repeat: no-repeat !important;
padding-right: inherit !important;
padding-right: inherit !important;
}
.main-news {
border: 1px solid black;
padding: 0.5em;
}
}

Revision as of 12:38, 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 {
	border: 1px solid black;
	padding: 0.5em;
}