diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-01 18:49:20 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-01 18:49:20 -0700 |
commit | e77e3b724e5875b698e27c3cea32c6f259161cc1 (patch) | |
tree | b47eccc488b02d5d970ddccc70a14c2879e2dc74 /assets/stylesheets | |
parent | d3135897365bc6f4015d3ce425e850b732b2afa6 (diff) | |
download | gitbook-e77e3b724e5875b698e27c3cea32c6f259161cc1.zip gitbook-e77e3b724e5875b698e27c3cea32c6f259161cc1.tar.gz gitbook-e77e3b724e5875b698e27c3cea32c6f259161cc1.tar.bz2 |
Improve footer navigation
Diffstat (limited to 'assets/stylesheets')
-rw-r--r-- | assets/stylesheets/book/footer.less | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/assets/stylesheets/book/footer.less b/assets/stylesheets/book/footer.less index 8b8bd55..e798318 100644 --- a/assets/stylesheets/book/footer.less +++ b/assets/stylesheets/book/footer.less @@ -6,6 +6,8 @@ width: 100%; height: 80px; + padding: 10px; + overflow: hidden; color: #fff; @@ -16,7 +18,7 @@ width: 100%; height: 100%; font-size: 24px; - line-height: 80px; + line-height: 60px; background: @brand-success; color: inherit; @@ -34,12 +36,6 @@ &.finished, &.finished:hover { background: darken(@btn-success-bg, 5%); } - - @media (max-width: 600px) { - span { - display: none; - } - } } } }
\ No newline at end of file |