summaryrefslogtreecommitdiffstats
path: root/assets/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets')
-rw-r--r--assets/stylesheets/book/footer.less10
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