Skip to content

Commit

Permalink
Remove unnecessary paddings
Browse files Browse the repository at this point in the history
Feature page layout content areas had paddings applied to them, which
created visual bugs.
  • Loading branch information
PeeterPaal committed May 24, 2022
1 parent f80618e commit a52dc7b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions sources/stylesheets/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2083,12 +2083,6 @@ $header-inner-height: 28px;
clear: both;
}

.edy-empty-bordered {
.content-half & {
padding: 63px 40px 57px
}
}

@media screen and (max-width: $break-medium) {

blockquote {
Expand Down
4 changes: 0 additions & 4 deletions stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2383,10 +2383,6 @@ body {
clear: both;
}

.content-half .edy-empty-bordered {
padding: 63px 40px 57px;
}

@media screen and (max-width: 600px) {
blockquote {
font-size: 36px;
Expand Down
2 changes: 1 addition & 1 deletion stylesheets/main.min.css

Large diffs are not rendered by default.

0 comments on commit a52dc7b

Please sign in to comment.