diff --git a/wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/index.php b/wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/index.php index d87092eeb..ce5dc0790 100644 --- a/wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/index.php +++ b/wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/index.php @@ -73,15 +73,15 @@ function render_full_card( $learning_pathway ) {
- +
- - + + - -

%3$s

+ +

%3$s

@@ -100,8 +100,8 @@ function render_full_card( $learning_pathway ) {
- -
+ +
@@ -112,8 +112,8 @@ function render_full_card( $learning_pathway ) {
- - + +
@@ -154,21 +154,21 @@ function render_mini_card( $learning_pathway ) {
- -
+ +
- - + + - - + +
- + diff --git a/wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/style.scss b/wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/style.scss index 73547ae2d..ea4cf64d5 100644 --- a/wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/style.scss +++ b/wp-content/themes/pub/wporg-learn-2024/src/learning-pathway-cards/style.scss @@ -11,15 +11,7 @@ .wporg-learn-learning-pathway-card-header-content { @media screen and (max-width: 768px) { - padding-left: var(--wp--preset--spacing--20) !important; min-height: unset; - - .wp-block-heading { - font-size: var(--wp--preset--font-size--small) !important; - font-family: var(--wp--preset--font-family--inter) !important; - font-weight: 600 !important; - line-height: var(--wp--custom--body--small--typography--line-height) !important; - } } }