Template:Main page/featured/styles.css: Difference between revisions

Template page
(Created page with "#home-featured { overflow: hidden; } #home-featured .home-card__background a { display: block; height: 100%; } #home-featured .home-card__background:after { top: unset; height: 60%; background: linear-gradient( to top, #000, transparent ); } #home-featured .home-card__foreground { top: unset; }")
 
(Knigh7s changed the content model of the page Template:Main page/featured/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
 
(No difference)

Latest revision as of 19:32, 2 July 2023

#home-featured {
	overflow: hidden;
}

#home-featured .home-card__background a {
	display: block;
	height: 100%;
}

#home-featured .home-card__background:after {
	top: unset;
	height: 60%;
	background: linear-gradient( to top, #000, transparent );
}

#home-featured .home-card__foreground {
	top: unset;
}