Template:FrDS HeroVideo/styles.css: Difference between revisions
Content deleted Content added
RLopez-WMF (talk | contribs) Created page with "→Hero styles: .hero { display: flex; padding: 40px 0px; background: #DBF3EC; } .hero .wrapper{ display: flex; padding: 0px 20px; flex-direction: column; gap: 40px; max-width: 1060px; margin: 0 auto; } .hero .wrapper div:first-of-type{ display: flex; flex-direction: column; align-items: flex-start; gap: 16px; } .hero .wrapper div:last-of-type{ display: flex; flex-direction: column; align-items: flex-start; gap: 16px; align-self: str..." |
RLopez-WMF (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 39:
background-color: rgba(0,0,0,0.8);
}
@media only screen and (min-width:
.hero .wrapper{
flex-direction: row;
Line 49:
flex-shrink: 0;
}
}
.link--has-no-underline {
text-decoration: none;
}
.link--has-underline {
text-decoration: underline;
}
|