aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorgit-marijus <mario@mariovavti.com>2017-08-01 18:03:53 +0200
committergit-marijus <mario@mariovavti.com>2017-08-01 18:03:53 +0200
commitaa766b53d6a51cd0c31022f7afed2e63fc62ced2 (patch)
treef203063f365cf5f014310032eccd8de884a9db73 /view/css
parentcf437c6a33f6ed9fc41d028d4dd12565dda1820f (diff)
downloadvolse-hubzilla-aa766b53d6a51cd0c31022f7afed2e63fc62ced2.tar.gz
volse-hubzilla-aa766b53d6a51cd0c31022f7afed2e63fc62ced2.tar.bz2
volse-hubzilla-aa766b53d6a51cd0c31022f7afed2e63fc62ced2.zip
use small line-height only for larger screens
Diffstat (limited to 'view/css')
-rw-r--r--view/css/bootstrap-red.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/css/bootstrap-red.css b/view/css/bootstrap-red.css
index d7638714b..a3a8ce0be 100644
--- a/view/css/bootstrap-red.css
+++ b/view/css/bootstrap-red.css
@@ -5,13 +5,13 @@
nav .badge {
position: absolute;
font-size: 0.75rem;
- line-height: 0.75;
}
@media screen and (min-width: 767px) {
nav .badge {
top: 0px;
left: 0px;
+ line-height: 0.75;
}
}