diff --git a/_layouts/blog.html b/_layouts/blog.html index 280813c..2dff571 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -26,7 +26,7 @@ -
+
{% include social-buttons.html %} diff --git a/_layouts/post.html b/_layouts/post.html index 74ab04e..0f97965 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -33,7 +33,7 @@
-
+
{% include social-buttons.html %} diff --git a/css/grayscale.scss b/css/grayscale.scss index 4606735..1d0df1e 100644 --- a/css/grayscale.scss +++ b/css/grayscale.scss @@ -282,6 +282,13 @@ footer { background: rgba($light, 0.2); } +/* Added in { Personal } for responsive images in posts and section contents */ +.content-section img { + display: block; + max-width: 100%; + height: auto; +} + img::selection { background: transparent; }