Editing rights on the English Wiki are changing.
More information.

User:Freephile/common.css

From FamilySearch Wiki
Jump to navigation Jump to search
/* Override Bootstrap for tooltip links 
.tooltip {
	font-size: 1rem !important;
}
*/


/* Make the container (and background image) 100% of the viewport 
#GRContainer {
	width: 100vw;
	background-size: contain;
	background-repeat: no-repeat;
}
*/