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