diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-23 16:30:26 +0200 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-05-23 16:30:26 +0200 |
commit | 5437521798291b54dabb6645de0094e458c9c228 (patch) | |
tree | 82442ce353ef00a7f0e066bd4807f8a6d6bb1145 /assets/book.scss | |
parent | c80bd79dcd8a4bea3a15061dc6e17a46d374d485 (diff) |
#39, Finish columns shortcode, clean scss
Diffstat (limited to 'assets/book.scss')
-rw-r--r-- | assets/book.scss | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/assets/book.scss b/assets/book.scss index 0a3ff4b..1e8ea26 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -149,21 +149,9 @@ ul.pagination { } } -.book-git-footer { - display: flex; - margin-top: $padding-16; - font-size: $font-size-14; - align-items: baseline; - - img { - width: $font-size-14; - vertical-align: bottom; - } -} - .book-footer { display: flex; - margin-top: $padding-16; + padding-top: $padding-16; font-size: $font-size-14; align-items: baseline; |