mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-28 02:13:03 +00:00
Merge pull request #550 from Stremio/fix-PWA-styles
fix: reduced font-size on smaller devices
This commit is contained in:
commit
28217b0f8e
1 changed files with 6 additions and 0 deletions
|
|
@ -110,6 +110,12 @@
|
||||||
.description-container {
|
.description-container {
|
||||||
font-size: 0.9rem;
|
font-size: 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.info-container {
|
||||||
|
.addon-name {
|
||||||
|
font-size: 0.9rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue