mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-29 19:18:33 -07:00
Change mobile layout for devices up to 400px wide
This commit is contained in:
parent
423360e820
commit
aaa1f0aa33
1 changed files with 1 additions and 1 deletions
|
@ -2331,7 +2331,7 @@ a .home-platforms-instance-list-oval:hover,
|
||||||
|
|
||||||
@media only screen
|
@media only screen
|
||||||
and (min-device-width: 300px)
|
and (min-device-width: 300px)
|
||||||
and (max-device-width: 375px) {
|
and (max-device-width: 400px) {
|
||||||
.home-platforms-instance {
|
.home-platforms-instance {
|
||||||
width: calc(100% - 20px);
|
width: calc(100% - 20px);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue