Fix for Carousel titles on Mobile displays

This commit is contained in:
twanariens 2021-02-04 18:58:00 +01:00
commit 2e5d518008

View file

@ -62,6 +62,13 @@
margin-top:-61px;
}
@media (max-width:520px){
.right{
margin-top:0px;
text-align: center;;
}
}
.discover-filter-buttons-group {
background: $ombi-background-primary;
border: 1px solid $ombi-background-primary-accent;