refs #3971 Text size reduced for mobile
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
ee989a04bc
commit
1f80bd5ee0
|
@ -1,4 +1,4 @@
|
||||||
hedera-web (22.44.13) stable; urgency=low
|
hedera-web (22.44.14) stable; urgency=low
|
||||||
|
|
||||||
* Initial Release.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -19,24 +19,24 @@ body { font-size: 14px; }
|
||||||
@media
|
@media
|
||||||
(min-resolution: 120dpi),
|
(min-resolution: 120dpi),
|
||||||
(-webkit-min-device-pixel-ratio: 1.5) {
|
(-webkit-min-device-pixel-ratio: 1.5) {
|
||||||
body { font-size: 14px; }
|
body { font-size: 13px; }
|
||||||
}
|
}
|
||||||
@media
|
@media
|
||||||
(min-resolution: 144dpi),
|
(min-resolution: 144dpi),
|
||||||
(-webkit-min-device-pixel-ratio: 1.5) {
|
(-webkit-min-device-pixel-ratio: 1.5) {
|
||||||
body { font-size: 14px; }
|
body { font-size: 13px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile - Normal DPI */
|
/* Mobile - Normal DPI */
|
||||||
@media
|
@media
|
||||||
(max-device-width: 383px) and (min-resolution: 192dpi),
|
(max-device-width: 383px) and (min-resolution: 192dpi),
|
||||||
(max-device-width: 383px) and (-webkit-min-device-pixel-ratio: 2) {
|
(max-device-width: 383px) and (-webkit-min-device-pixel-ratio: 2) {
|
||||||
body { font-size: 14px; }
|
body { font-size: 13px; }
|
||||||
}
|
}
|
||||||
@media
|
@media
|
||||||
(min-device-width: 384px) and (min-resolution: 192dpi),
|
(min-device-width: 384px) and (min-resolution: 192dpi),
|
||||||
(min-device-width: 384px) and (-webkit-min-device-pixel-ratio: 2) {
|
(min-device-width: 384px) and (-webkit-min-device-pixel-ratio: 2) {
|
||||||
body { font-size: 14px; }
|
body { font-size: 13px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile - High DPI */
|
/* Mobile - High DPI */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "22.44.13",
|
"version": "22.44.14",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue