fix(PublicPage): add pricing supra dense class
This commit is contained in:
parent
313ee7cfd4
commit
bea0b0e24e
2 changed files with 5 additions and 1 deletions
|
@ -459,6 +459,10 @@ section {
|
|||
margin-bottom: -1em;
|
||||
}
|
||||
|
||||
.pricing.supra-dense {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.pricing-card {
|
||||
min-width: 10em;
|
||||
max-width: 14em;
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<h2>Tarifs</h2>
|
||||
<div class="section-divider"></div>
|
||||
</div>
|
||||
<div class="pricing {% if data.pricing|length > 3 %}dense{% endif %}">
|
||||
<div class="pricing {% if data.pricing|length > 3 %}dense{% endif %} {% if data.pricing|length > 5 %}supra-dense{% endif %}">
|
||||
{% for item in data.pricing %}
|
||||
<div class="pricing-card">
|
||||
<div class="pricing-label">
|
||||
|
|
Loading…
Reference in a new issue