Skip to content

Commit

Permalink
image fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VanDerLars committed Mar 21, 2022
1 parent ca69887 commit 160ded0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/themes/onepage_light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ article ul.toggle>li {
article figure.image img {
border-radius: 15px;
box-shadow: 0 5px 20px #85858587;
max-width: calc(100% - 20px);
}
article a span.icon {
line-height: 18px;
Expand Down
1 change: 1 addition & 0 deletions app/themes/sidebar_light/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ article ul.toggle>li {
article figure.image img {
border-radius: 5px;
box-shadow: 0 2px 4px #d3cfc6;
max-width: calc(100% - 20px);
}
article a span.icon {
line-height: 18px;
Expand Down
1 change: 1 addition & 0 deletions app/themes/sidebar_light_full_width/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ article ul.toggle>li {
article figure.image img {
border-radius: 5px;
box-shadow: 0 2px 4px #d3cfc6;
max-width: calc(100% - 20px);
}
article a span.icon {
line-height: 18px;
Expand Down

0 comments on commit 160ded0

Please sign in to comment.