Skip to content

Commit

Permalink
Update block styles
Browse files Browse the repository at this point in the history
  • Loading branch information
lushkant committed Jan 28, 2021
1 parent bc9369b commit 82a25af
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions assets/css/editor-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,8 @@ pre.wp-block-verse {
}

ul, ol, .wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) {
margin: 1em 0;
margin-top: 1em;
margin-bottom: 1em;
padding-left: 15px;
}

Expand All @@ -282,7 +283,8 @@ ul, ol, .wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) {
.wp-block-quote {
background: #363f48;
color: #fff;
margin: 30px 0;
margin-top: 30px;
margin-bottom: 30px;
padding: 20px 20px 20px 100px;
}

Expand All @@ -307,7 +309,8 @@ blockquote cite, .wp-block-quote__citation {
}

.wp-block-pullquote {
margin: 30px 0;
margin-top: 30px;
margin-bottom: 30px;
padding: 51px 0;
position: relative;
}
Expand Down

0 comments on commit 82a25af

Please sign in to comment.