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 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user