Try to fix image scaling on blog posts.
This commit is contained in:
@@ -46,6 +46,12 @@
|
|||||||
p {
|
p {
|
||||||
color: var(--white-1);
|
color: var(--white-1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
|
object-fit: contain;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user