More actions
Content deleted Content added
Created page with "#home-featured { overflow: hidden; } #home-featured .home-card__background { overflow: hidden; border-top-right-radius: 12px; border-top-left-radius: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; } #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-..." |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
#home-featured { |
#home-featured { |
||
overflow: |
overflow: auto; |
||
} |
} |
||
#home-featured .home-card__background { |
#home-featured .home-card__background { |
||
overflow: |
overflow: auto; |
||
border-top-right-radius: 12px; |
border-top-right-radius: 12px; |
||
border-top-left-radius: 8px; |
border-top-left-radius: 8px; |
Revision as of 09:44, 4 October 2024
#home-featured {
overflow: auto;
}
#home-featured .home-card__background {
overflow: auto;
border-top-right-radius: 12px;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}
#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--button:hover .home-card__background::after {
transform: translateY(100%);
}
#home-featured .home-card__foreground {
justify-content: flex-end;
}