refs #3971 Text size reduced for mobile
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-11-14 18:00:25 +01:00
parent ee989a04bc
commit 1f80bd5ee0
3 changed files with 6 additions and 6 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (22.44.13) stable; urgency=low
hedera-web (22.44.14) stable; urgency=low
* Initial Release.

View File

@ -19,24 +19,24 @@ body { font-size: 14px; }
@media
(min-resolution: 120dpi),
(-webkit-min-device-pixel-ratio: 1.5) {
body { font-size: 14px; }
body { font-size: 13px; }
}
@media
(min-resolution: 144dpi),
(-webkit-min-device-pixel-ratio: 1.5) {
body { font-size: 14px; }
body { font-size: 13px; }
}
/* Mobile - Normal DPI */
@media
(max-device-width: 383px) and (min-resolution: 192dpi),
(max-device-width: 383px) and (-webkit-min-device-pixel-ratio: 2) {
body { font-size: 14px; }
body { font-size: 13px; }
}
@media
(min-device-width: 384px) and (min-resolution: 192dpi),
(min-device-width: 384px) and (-webkit-min-device-pixel-ratio: 2) {
body { font-size: 14px; }
body { font-size: 13px; }
}
/* Mobile - High DPI */

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "22.44.13",
"version": "22.44.14",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {