Resposive
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2022-05-28 02:51:05 +02:00
parent 060acd294e
commit d2ed1fb1af
3 changed files with 4 additions and 4 deletions

2
debian/changelog vendored
View File

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

View File

@ -33,7 +33,7 @@
@media
(max-device-width: 383px) and (min-resolution: 192dpi),
(max-device-width: 383px) and (-webkit-min-device-pixel-ratio: 2) {
body { font-size: 10pt; }
body { font-size: 9pt; }
}
@media
(min-device-width: 384px) and (min-resolution: 192dpi),
@ -45,7 +45,7 @@
@media
(max-device-width: 411px) and (min-resolution: 249dpi),
(max-device-width: 411px) and (-webkit-min-device-pixel-ratio: 3) {
body { font-size: 10pt; }
body { font-size: 9pt; }
}
@media
(min-device-width: 412px) and (min-resolution: 249dpi),

View File

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