Skip to content

Commit

Permalink
Merge pull request #1098 from equalizedigital/feature/landingpage-cpt
Browse files Browse the repository at this point in the history
padding
  • Loading branch information
tronsymphony authored Mar 6, 2024
2 parents 7e4f8ea + 498a8b0 commit 962e00b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/editor-style.css

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8091,6 +8091,9 @@ select.tab-block-container-tab-block_header-buttons_mobile_select {
position: relative;
top: auto; } }

.editor-styles-wrapper .editormargin {
margin: 0 !important; }

.grid-middle-line {
position: relative; }
.grid-middle-line::after {
Expand Down
5 changes: 5 additions & 0 deletions assets/scss/blocks/_affiliate-landing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@
}
}
}


.editor-styles-wrapper .editormargin{
margin: 0!important;
}
1 change: 1 addition & 0 deletions assets/scss/partials/_gutenberg.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ ol {




0 comments on commit 962e00b

Please sign in to comment.