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

From Donate
Jump to navigation Jump to search
Content deleted Content added
RLopez-WMF (talk | contribs)
No edit summary
RLopez-WMF (talk | contribs)
No edit summary
 
Line 14: Line 14:
text-align: center;
text-align: center;
}
}
@media only screen and (min-width:721px) {
@media only screen and (min-width:1024px) {
.cta{
.cta{
padding: 120px 20px 0 20px;
padding: 120px 20px 0 20px;

Latest revision as of 21:49, 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:1024px) {
  .cta{
    padding: 120px 20px 0 20px;
  }
  .cta .image img{
    max-width: 960px;
  }
}