use small line-height only for larger screens
This commit is contained in:
parent
cf437c6a33
commit
aa766b53d6
2
view/css/bootstrap-red.css
vendored
2
view/css/bootstrap-red.css
vendored
@ -5,13 +5,13 @@
|
|||||||
nav .badge {
|
nav .badge {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
line-height: 0.75;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 767px) {
|
@media screen and (min-width: 767px) {
|
||||||
nav .badge {
|
nav .badge {
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
line-height: 0.75;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user