aboutsummaryrefslogtreecommitdiffstats
path: root/static/less/style.less
diff options
context:
space:
mode:
Diffstat (limited to 'static/less/style.less')
-rw-r--r--static/less/style.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/less/style.less b/static/less/style.less
index d4310f5..a2622c9 100644
--- a/static/less/style.less
+++ b/static/less/style.less
@@ -119,6 +119,10 @@ blockquote {
font-style: italic;
}
+img {
+ max-width: 100%;
+}
+
.wrapper {
display: flex;
flex-direction: column;