bs4 fixes

This commit is contained in:
Mario Vavti
2017-03-18 23:45:55 +01:00
parent 2bdf63d069
commit b2ad4e8c2a
8 changed files with 23 additions and 13 deletions

View File

@@ -4,9 +4,19 @@
nav .badge {
position: absolute;
top: 1px;
left: 1px;
font-size: 0.75rem;
}
@media screen and (min-width: 767px) {
nav .badge {
top: -0.25rem;
left: -0.25rem;
}
}
@media screen and (max-width: 767px) {
nav .badge {
right: 0px;
}
}
.widget .badge {