Skip to content

Commit

Permalink
fix: prevent image block overflow in Twenty Sixteen
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhendu2002 committed Dec 30, 2024
1 parent 4e1752d commit e7d9f3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/wp-content/themes/twentysixteen/css/blocks.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ p.has-drop-cap:not(:focus)::first-letter {
display: block;
float: none;
margin-right: 0;
margin-left: -40%;
max-width: 140%;
}

Expand Down
2 changes: 0 additions & 2 deletions src/wp-content/themes/twentysixteen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3600,8 +3600,6 @@ p > video {
display: block;
float: none;
margin-right: 0;
margin-left: -40%;
max-width: 140%;
}

body:not(.search-results) article:not(.type-page) .gallery-item img.below-entry-meta,
Expand Down

0 comments on commit e7d9f3a

Please sign in to comment.