Skip to content

Commit

Permalink
Update SCSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhendu2002 committed Dec 27, 2024
1 parent ed75165 commit 617b30c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/wp-content/themes/twentynineteen/style-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -1092,10 +1092,6 @@ figcaption,
color: #000;
}

.wp-block-pullquote blockquote p {
color: inherit;
}

.wp-block-pullquote blockquote {
margin-top: calc(3 * 1rem);
margin-bottom: calc(3.33 * 1rem);
Expand Down
2 changes: 1 addition & 1 deletion src/wp-content/themes/twentynineteen/style-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,7 @@ figcaption,
line-height: 1.3;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: inherit;

@include media(tablet) {
font-size: $font__size-xl;
Expand Down Expand Up @@ -960,7 +961,6 @@ $group-block-background__padding: $font__size_base;
}
}

// Full alignment
.wp-block[data-align="full"] > .wp-block-group {

// Margins & padding are added to this container to mimic
Expand Down

0 comments on commit 617b30c

Please sign in to comment.