diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-12-19 17:22:12 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-12-19 17:22:12 +0100 |
commit | d6290dcf509c84a38df667813ad3acdcf58c09f5 (patch) | |
tree | 8cc7c6134148e24df3c12589b7faa12cadf4fb71 /assets | |
parent | f5a52e6ed124526ebd070480068e6e145af11d9a (diff) |
#66, add taxonomy support
Diffstat (limited to 'assets')
-rw-r--r-- | assets/_main.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/_main.scss b/assets/_main.scss index ea3e9c1..309c691 100644 --- a/assets/_main.scss +++ b/assets/_main.scss @@ -153,7 +153,7 @@ ul.pagination { } .book-post { - margin-bottom: $padding-16 * 2; + margin-bottom: $padding-16 * 3; } .book-header { @@ -235,7 +235,6 @@ ul.pagination { } } - .book-languages { position: relative; overflow: visible; |