use small line-height only for larger screens

This commit is contained in:
git-marijus 2017-08-01 18:03:53 +02:00
parent cf437c6a33
commit aa766b53d6

View File

@ -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;
}
}