0
1
Fork 0

refs #3971 Font size fix, checkout padding fix

This commit is contained in:
Juan Ferrer 2022-11-19 17:36:31 +01:00
parent 9b71d4352b
commit 17f6ba97b4
4 changed files with 10 additions and 10 deletions

2
debian/changelog vendored
View File

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

View File

@ -61,7 +61,7 @@
id="assistant-bar" id="assistant-bar"
assistant="assistant"/> assistant="assistant"/>
</div> </div>
<div class="box vn-px-lg vn-py-xl"> <div class="box vn-px-md vn-py-xl">
<div class="form"> <div class="form">
<htk-assistant id="assistant" <htk-assistant id="assistant"
endFunc="onConfirmClick"> endFunc="onConfirmClick">

View File

@ -1,16 +1,16 @@
// Standard // Standard
html { font-size: 15px; } html { font-size: 13px; }
// Smartphone, portrait // Smartphone, portrait
@media screen and (min-width:320px) { html { font-size: 15px; } } @media screen and (min-width:320px) { html { font-size: 13px; } }
// Smartphone, html // Smartphone, html
@media screen and (min-width:480px) { html { font-size: 15px; } } @media screen and (min-width:480px) { html { font-size: 13px; } }
// Tablet, portrait // Tablet, portrait
@media screen and (min-width:600px) { html { font-size: 15px; } } @media screen and (min-width:600px) { html { font-size: 13px; } }
// Tablet, landscape // Tablet, landscape
@media screen and (min-width:801px) { html { font-size: 16px; } } @media screen and (min-width:801px) { html { font-size: 13px; } }
// Big screen and landscape tablets, laptop and desktop // Big screen and landscape tablets, laptop and desktop
@media screen and (min-width:1025px) { html { font-size: 16px; } } @media screen and (min-width:1025px) { html { font-size: 14px; } }
// Hi-res laptop and desktop // Hi-res laptop and desktop
@media screen and (min-width:1281px) { html { font-size: 16px; } } @media screen and (min-width:1281px) { html { font-size: 14px; } }

View File

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