summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-09-29 19:58:07 +0200
committerThomas "Cakeisalie5" Touhey <thomas@touhey.fr>2018-09-29 19:58:07 +0200
commita928739e07fd5d29de79539010a1596d29e83ece (patch)
tree603357e3aa0f2fe9ae4863844e59d959ceb6965c
parent095680da66ee823a96bacde162af34e3dbf14f12 (diff)
Fixed problem with overflowing images
-rw-r--r--_assets/css/main.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/_assets/css/main.scss b/_assets/css/main.scss
index 34affc9..b11591c 100644
--- a/_assets/css/main.scss
+++ b/_assets/css/main.scss
@@ -186,6 +186,8 @@ blockquote {
display: block;
margin-left: auto;
margin-right: auto;
+ width: auto;
+ max-width: 100%;
max-height: 300px;
}
.content .hi {