Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
fix(style): Merge pull request #2543 from aleevas/MAINTAIN-166
Browse files Browse the repository at this point in the history
[MAINTAIN-166] fixed issue with images on the blog post page for mobile screen
  • Loading branch information
podarok authored Sep 21, 2021
2 parents 46245e8 + 9f9b777 commit 3217c14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/openy_themes/openy_carnation/dist/css/style.css

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,13 @@
ol, ul {
margin: 1rem 0;
}

img {
height: auto;
width: 100%;
}
}

.view-mode-node-blog img {
border-radius: 1rem;
}
}

0 comments on commit 3217c14

Please sign in to comment.