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

Template page
No edit summary
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 15: Line 15:


#home-featured .home-card__foreground {
#home-featured .home-card__foreground {
top: unset;
justify-content: flex-end;
}
}

Latest revision as of 18:21, 25 May 2024

#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 {
	justify-content: flex-end;
}