Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Content guide link/styles.css

Template page
Revision as of 06:03, 7 August 2022 by ChaoticShadow (talk | contribs) (ChaoticShadow changed the content model of the page Template:Content guide link/styles.css from "wikitext" to "Sanitized CSS": Fixed content model)
.content-guide-link {
	grid-template-areas:
	"icon name"
	"icon caption";
	align-items: center;
}

.cgl-icon {
	grid-area: icon;
}

.cgl-name {
	grid-area: name;
}

.cgl-caption {
	grid-area: caption;
	font-size: 0.9em;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.