aboutsummaryrefslogtreecommitdiffstats
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:04:31 +0200
commit1416b818770ed7f867a7c95021dc45f038edf8d2 (patch)
tree7ed7039aef7dbd5e7f3a34d7105eb6ef898ce0d5
parent4e2a050afbd62f7b893d91306daa3e4b0328d006 (diff)
downloadvolse-hubzilla-1416b818770ed7f867a7c95021dc45f038edf8d2.tar.gz
volse-hubzilla-1416b818770ed7f867a7c95021dc45f038edf8d2.tar.bz2
volse-hubzilla-1416b818770ed7f867a7c95021dc45f038edf8d2.zip
use small line-height only for larger screens
-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;
}
}