source/scss/main.scss: Add styling for images in blog posts

Taken from Hugo vienna theme: https://github.com/keichi/vienna
This commit is contained in:
Alan Orth 2016-09-07 14:02:18 +03:00
parent a68bac5ebf
commit 5bb47cc220
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 5 additions and 1 deletions

View File

@ -151,7 +151,11 @@ h6, .h6 {
margin-bottom: 1.25rem;
color: #999;
}
article img {
max-width: 100%;
height: auto;
margin: 13px auto;
}
/*
* Footer