diff options
Diffstat (limited to 'design/sass/_details.scss')
-rw-r--r-- | design/sass/_details.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/design/sass/_details.scss b/design/sass/_details.scss index 8996712..fe1d618 100644 --- a/design/sass/_details.scss +++ b/design/sass/_details.scss @@ -35,11 +35,13 @@ color: #999; } - .post-location { + .post-linewrapper { margin-top: 1rem; padding-top: 1rem; display: inline-block; border-top: 1px solid #efefef; + } + .post-location { color: #b6b6b6; text-align: center; a { |