mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Fix for Carousel titles on Mobile displays
This commit is contained in:
parent
0e65dd616c
commit
2e5d518008
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue