fix radiolive

This commit is contained in:
chankalan 2021-09-14 16:51:56 +02:00
parent 76596146fc
commit 9111179081
1 changed files with 6 additions and 0 deletions

View File

@ -831,6 +831,12 @@ a:hover .fab, a:hover .fas {
margin:0 0 $spacer;
}
}
@include media($bp-small) {
.radiolive {
margin: 0 -2rem;
float: none;
}
}
}
.orange {