Skip to content

Commit

Permalink
(Really) fix image headers in articles
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Jul 4, 2024
1 parent ab7a7d1 commit 4d363ea
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,8 @@ thead > tr > th {
color: black !important;
font-weight: bold;
}

img.image-style-article-header {
max-width: 100%;
height: auto;
}

0 comments on commit 4d363ea

Please sign in to comment.