summaryrefslogtreecommitdiffstats
path: root/blog/_assets/stylesheets/main.scss
diff options
context:
space:
mode:
Diffstat (limited to 'blog/_assets/stylesheets/main.scss')
-rw-r--r--blog/_assets/stylesheets/main.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/blog/_assets/stylesheets/main.scss b/blog/_assets/stylesheets/main.scss
index 5847972..5ce5218 100644
--- a/blog/_assets/stylesheets/main.scss
+++ b/blog/_assets/stylesheets/main.scss
@@ -38,6 +38,11 @@ h1 {
font-size: $huge-font-size;
}
+img {
+ max-width: 100%;
+ height: auto;
+}
+
#page-container {
max-width: 980px;
margin: {