Template:FrDS CTAImage/styles.css

From Donate
Revision as of 21:49, 26 July 2023 by RLopez-WMF (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* 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:1024px) {
  .cta{
    padding: 120px 20px 0 20px;
  }
  .cta .image img{
    max-width: 960px;
  }
}