diff --git a/themes/wporg-5ftf-2024/patterns/archive-5ftf-pledge.php b/themes/wporg-5ftf-2024/patterns/archive-5ftf-pledge.php
index 6d5a653..217f3b9 100644
--- a/themes/wporg-5ftf-2024/patterns/archive-5ftf-pledge.php
+++ b/themes/wporg-5ftf-2024/patterns/archive-5ftf-pledge.php
@@ -50,7 +50,7 @@ if ( is_search() ) {
-
+
diff --git a/themes/wporg-5ftf-2024/src/style/style.scss b/themes/wporg-5ftf-2024/src/style/style.scss
index 9fdf5a3..cdd81df 100644
--- a/themes/wporg-5ftf-2024/src/style/style.scss
+++ b/themes/wporg-5ftf-2024/src/style/style.scss
@@ -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;
}
}
}