Skip to content

Commit

Permalink
2024 Theme: style Jetpack newsletter subscription form
Browse files Browse the repository at this point in the history
See #2468
  • Loading branch information
adamwoodnz committed Jun 4, 2024
1 parent 2f022bf commit 3f97c7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<p class="has-small-font-size"><?php esc_html_e( 'Sign up for the free Learn WordPress newsletter and get a monthly dose of what\'s new in the world of WordPress courses, lessons, and online workshops.', 'wporg-learn' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:jetpack/subscriptions /-->

<!-- wp:jetpack/subscriptions {"className":"is-style-compact"} /-->
</div>
<!-- /wp:column -->

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* stylelint-disable-next-line max-line-length */
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit {
justify-content: start;
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

@import "card";
@import "course-grid";
@import "jetpack";
@import "local-nav";
@import "sensei";
@import "tag";
Expand Down

0 comments on commit 3f97c7a

Please sign in to comment.