diff options
author | luxagraf <sng@luxagraf.net> | 2016-02-02 20:29:42 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-02-02 20:29:42 -0500 |
commit | 23d26090041cb9a322d3f5b84c2e2f419215b444 (patch) | |
tree | 1fac6042199d88d4be7e636521ff554a64e3cae6 /design | |
parent | 35a26d309e5ebcc78bf978e895c45db25b5a184f (diff) |
fixed width bug in writing archives
Diffstat (limited to 'design')
-rw-r--r-- | design/sass/_writing_archive.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/design/sass/_writing_archive.scss b/design/sass/_writing_archive.scss index 994ee4a..0f5f52b 100644 --- a/design/sass/_writing_archive.scss +++ b/design/sass/_writing_archive.scss @@ -26,6 +26,7 @@ } .post--image img { background: none; max-width: 100%; padding: 0} article { + width: 100%; margin: 0; display: inline-block; margin-bottom: 2em; |