Merge pull request #550 from Stremio/fix-PWA-styles

fix: reduced font-size on smaller devices
This commit is contained in:
Tim 2024-01-03 16:38:58 +01:00 committed by GitHub
commit 28217b0f8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,6 +110,12 @@
.description-container {
font-size: 0.9rem;
}
.info-container {
.addon-name {
font-size: 0.9rem;
}
}
}
}