Add media ratio to improve page rendering

This commit is contained in:
2022-04-04 18:59:54 +02:00
parent e640b9e49f
commit 850702c67e
7 changed files with 37 additions and 10 deletions

View File

@@ -192,6 +192,8 @@ $legend-color: $post-color;
}
img {
width: auto;
height: auto;
max-width: 200px;
max-height: 100px;
border-radius: $block-radius;
@@ -647,6 +649,7 @@ $legend-color: $post-color;
img {
width: 100%;
height: auto;
image-orientation: from-image;
outline: none;
border-radius: $block-radius;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long