refactor: adjust price size

This commit is contained in:
Valentin Doreau 2024-10-28 13:13:54 +01:00
parent fb86b1001b
commit 6110e58728
Signed by: vdoreau
GPG key ID: F3E456CF9A14098B
3 changed files with 10 additions and 6 deletions

View file

@ -13,3 +13,7 @@ h1, h2, h3, h4, h5, h6, p, strong {
small {
font-size: 1rem !important;
}
sub {
font-size: 50% !important;
}

View file

@ -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>

View file

@ -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&eacute;ress&eacute;</h5>