mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-16 23:25:44 +03:00
Pledge details: Style the pledge organization header on small screens
See #301
This commit is contained in:
parent
e5b3f8518e
commit
f393a214ec
2 changed files with 20 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue