forked from verdnatura/hedera-web
refs #3971 Font size fix, checkout padding fix
This commit is contained in:
parent
9b71d4352b
commit
17f6ba97b4
|
@ -1,4 +1,4 @@
|
|||
hedera-web (22.46.11) stable; urgency=low
|
||||
hedera-web (22.46.12) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
id="assistant-bar"
|
||||
assistant="assistant"/>
|
||||
</div>
|
||||
<div class="box vn-px-lg vn-py-xl">
|
||||
<div class="box vn-px-md vn-py-xl">
|
||||
<div class="form">
|
||||
<htk-assistant id="assistant"
|
||||
endFunc="onConfirmClick">
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
|
||||
// Standard
|
||||
html { font-size: 15px; }
|
||||
html { font-size: 13px; }
|
||||
|
||||
// Smartphone, portrait
|
||||
@media screen and (min-width:320px) { html { font-size: 15px; } }
|
||||
@media screen and (min-width:320px) { html { font-size: 13px; } }
|
||||
// Smartphone, html
|
||||
@media screen and (min-width:480px) { html { font-size: 15px; } }
|
||||
@media screen and (min-width:480px) { html { font-size: 13px; } }
|
||||
// Tablet, portrait
|
||||
@media screen and (min-width:600px) { html { font-size: 15px; } }
|
||||
@media screen and (min-width:600px) { html { font-size: 13px; } }
|
||||
// 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
|
||||
@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
|
||||
@media screen and (min-width:1281px) { html { font-size: 16px; } }
|
||||
@media screen and (min-width:1281px) { html { font-size: 14px; } }
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "22.46.11",
|
||||
"version": "22.46.12",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue