Pledge details: Style the pledge organization header on small screens

See #301
This commit is contained in:
Kelly Dwan 2024-09-10 15:22:55 -04:00
parent e5b3f8518e
commit f393a214ec
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 20 additions and 3 deletions

View file

@ -91,3 +91,20 @@ body.is-page-in-menu .wp-block-wporg-local-navigation-bar .wp-block-post-title {
}
}
}
/* Style the single (org) pledges header */
.org-pledge-header {
@media (max-width: 600px) {
flex-direction: column;
margin-block-end: 40px !important;
> .wp-block-group {
align-items: flex-start;
}
.wp-block-post-featured-image {
width: 100% !important;
}
}
}