Template:FrDS CTAImage/styles.css: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
RLopez-WMF (talk | contribs)
Created page with "→‎footer: .cta{ padding: 80px 20px 0 20px; } .cta .content{ display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; } .cta .image{ padding-top: 40px; text-align: center; } @media only screen and (min-width:960px) { .cta{ padding: 120px 20px 0 20px; } .cta .image img{ max-width: 960px; } }"
 
RLopez-WMF (talk | contribs)
No edit summary
Line 14: Line 14:
text-align: center;
text-align: center;
}
}
@media only screen and (min-width:960px) {
@media only screen and (min-width:721px) {
.cta{
.cta{
padding: 120px 20px 0 20px;
padding: 120px 20px 0 20px;

Revision as of 21:41, 26 July 2023

/* footer */
.cta{
  padding: 80px 20px 0 20px;
}
.cta .content{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.cta .image{
  padding-top: 40px;
  text-align: center;
}
@media only screen and (min-width:721px) {
  .cta{
    padding: 120px 20px 0 20px;
  }
  .cta .image img{
    max-width: 960px;
  }
}