mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-16 15:15:45 +03:00
parent
725c04baeb
commit
45875f73ca
2 changed files with 10 additions and 3 deletions
|
@ -49,17 +49,24 @@ body.is-page-in-menu .wp-block-wporg-local-navigation-bar .wp-block-post-title {
|
|||
max-width: 110px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
@media (max-width: 600px) {
|
||||
+ * {
|
||||
margin-block-start: 40px;
|
||||
}
|
||||
|
||||
> .wp-block-group {
|
||||
flex-direction: column;
|
||||
|
||||
> .wp-block-group:first-child {
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.wp-block-post-featured-image {
|
||||
max-width: 100%;
|
||||
width: 200px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue