mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Merge pull request #842 from XusBadia/patch-2
Fix card width on the homepage for iPhone 6/7 Plus
This commit is contained in:
commit
df15302f2c
1 changed files with 1 additions and 1 deletions
|
@ -2662,7 +2662,7 @@ a .home-platforms-list-cover-face:hover
|
|||
|
||||
@media only screen
|
||||
and (min-device-width: 300px)
|
||||
and (max-device-width: 400px) {
|
||||
and (max-device-width: 450px) {
|
||||
.home-platforms-instance {
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue