refactor: adjust price size
This commit is contained in:
parent
fb86b1001b
commit
6110e58728
3 changed files with 10 additions and 6 deletions
|
@ -13,3 +13,7 @@ h1, h2, h3, h4, h5, h6, p, strong {
|
|||
small {
|
||||
font-size: 1rem !important;
|
||||
}
|
||||
|
||||
sub {
|
||||
font-size: 50% !important;
|
||||
}
|
||||
|
|
|
@ -22,9 +22,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="Flex-item_24">
|
||||
<p class="Flex-item_24_1">All inclusive flat fee</p>
|
||||
<p class="Flex-item_24_2"><small>Starting</small> <strong>7.40</strong></p>
|
||||
<p><small>Taxes excl.</small></p>
|
||||
<p class="Flex-item_24_1">All inclusive monthly flat fee</p>
|
||||
<p class="Flex-item_24_2"><small>Starting</small> <strong>7.<sub>40</sub></strong>
|
||||
<small>Taxes excl.</small></p>
|
||||
<a href="https://www.recycled.cloud/en_GB/shop?search=VM">
|
||||
<button id="btn_01" class="button_01 MT_40">
|
||||
<h5>I'm interested</h5>
|
||||
|
|
|
@ -24,9 +24,9 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="Flex-item_24">
|
||||
<p class="Flex-item_24_1">Tarif forfaitaire tout compris</p>
|
||||
<p class="Flex-item_24_2"><small>À partir de</small> <strong>7.40</strong></p>
|
||||
<p><small>Hors taxes</small></p>
|
||||
<p class="Flex-item_24_1">Tarif forfaitaire mensuel tout compris</p>
|
||||
<p class="Flex-item_24_2"><small>À partir de</small> <strong>7.<sub>40</sub></strong>
|
||||
<small>HT</small></p>
|
||||
<a href="https://www.recycled.cloud/shop?search=VM">
|
||||
<button id="btn_01" class="button_01 MT_40">
|
||||
<h5>Je suis intéressé</h5>
|
||||
|
|
Loading…
Reference in a new issue