diff --git a/assets/_sass/styles.scss b/assets/_sass/styles.scss index 42d9dc55..1dd5101e 100644 --- a/assets/_sass/styles.scss +++ b/assets/_sass/styles.scss @@ -205,7 +205,7 @@ $slimmer: new-breakpoint(min-width 641px max-width 980px 12); img { max-height: 100%; max-width: 100%; - width: 160px; + width: 200px; } } diff --git a/index.html b/index.html index 494b614a..4ad8d41d 100644 --- a/index.html +++ b/index.html @@ -35,7 +35,7 @@
- + {% capture introduction %}{% include introduction.md %}{% endcapture %} {{ introduction | markdownify }}