Skip to content

Commit

Permalink
Fix blog post negative margin
Browse files Browse the repository at this point in the history
Since the featured image is not used anymore the negative margin for blog post content is not required anymore.
  • Loading branch information
geoffguillain committed Jun 18, 2024
1 parent 43d9210 commit b117b8a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion themes/osi/assets/css/editor-style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/osi/assets/css/editor-style.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion themes/osi/assets/scss/_6_components.wp-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@
.post .post--content {
background-color: $Nwhite;
// box-shadow: 0px -3px 5px rgba( #{$Ndark_RGB}, 0.1 );
margin-top: -350px;
max-width: $postMax;
margin-left: auto;
margin-right: auto;
Expand Down
1 change: 0 additions & 1 deletion themes/osi/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion themes/osi/style.css.map

Large diffs are not rendered by default.

0 comments on commit b117b8a

Please sign in to comment.