diff options
author | eatradish <[email protected]> | 2022-04-11 12:41:16 +0800 |
---|---|---|
committer | eatradish <[email protected]> | 2022-04-11 12:41:16 +0800 |
commit | 1a910410c75057349d2c9d4df3f107e6638b5f4f (patch) | |
tree | 5ac7a1065a972e5a7e65cc7c5c9da10fe682d4a0 /sass | |
parent | 1a7c6d7369840a112fb785cf554430069d8a1e2d (diff) | |
download | Seje2-1a910410c75057349d2c9d4df3f107e6638b5f4f.tar.gz Seje2-1a910410c75057349d2c9d4df3f107e6638b5f4f.tar.bz2 Seje2-1a910410c75057349d2c9d4df3f107e6638b5f4f.zip |
sass/_partial/_post: add .more mergin
Diffstat (limited to 'sass')
-rw-r--r-- | sass/_partial/_post.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/_partial/_post.scss b/sass/_partial/_post.scss index 1f94701..e1f9c60 100644 --- a/sass/_partial/_post.scss +++ b/sass/_partial/_post.scss @@ -141,6 +141,7 @@ border: 1px #ddd; .more { margin-top: 1em; + margin-bottom: 1em; text-decoration: none; color: gray; } |