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

Template page
m (Reverted edits by PabloEscobar (talk) to last revision by Nomad)
Tags: Rollback Reverted
No edit summary
Tag: Manual revert
 
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;
}