diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-26 14:53:10 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-26 14:53:10 -0400 |
commit | 3d438647120d283373125b3eab4c26d28868d392 (patch) | |
tree | b000c09f1e8c55f05596b624165cb1ba03c3f501 /src/scss/blog.scss | |
parent | update comment (diff) | |
download | website-3d438647120d283373125b3eab4c26d28868d392.tar.gz website-3d438647120d283373125b3eab4c26d28868d392.tar.bz2 website-3d438647120d283373125b3eab4c26d28868d392.zip |
ie5
Diffstat (limited to '')
-rw-r--r-- | src/scss/blog.scss | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/scss/blog.scss b/src/scss/blog.scss index 3a59a04..415530a 100644 --- a/src/scss/blog.scss +++ b/src/scss/blog.scss @@ -5,10 +5,6 @@ padding-bottom: $inner-gap; } -#main span { - display: inline-block; -} - #post { max-width: 100%; @@ -23,9 +19,6 @@ img { margin: $inner-gap; - margin-left: auto; - margin-right: auto; - display: block; max-width: 100%; width: 400px; } |