Skip to content

Commit 492dc79

Browse files
author
“yndira-flowforge”
committed
Fix styling
1 parent 7aec51d commit 492dc79

4 files changed

Lines changed: 144 additions & 151 deletions

File tree

src/_includes/feature_lists/features-table-base.njk

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="ff-feature-table m-auto">
22
<ul class="{{ hosting }} ff-feature-table-section sticky top-0 md:top-14 z-10">
33
<li class="ff-feature--column-header">
4-
<span class="sticky left-0 h-full"></span>
4+
<span class="sticky left-0 h-full bg-white"></span>
55
{% if hosting == "cloud" %}
66
<label class="mr-2">
77
<div>Starter</div>
@@ -16,14 +16,9 @@
1616
<ul class="{{ hosting }} ff-feature-table-section">
1717
<li class="ff-feature--header sticky top-[44px]">
1818
<span style="padding-top: 12px; padding-bottom: 12px;" class="sticky left-0 h-full">{{ section.label }}</span>
19-
{% if hosting == "cloud" %}
20-
<span></span>
2119
<span></span>
2220
<span></span>
23-
{% elif hosting == "self-hosted" %}
2421
<span></span>
25-
<span></span>
26-
{% endif %}
2722
</li>
2823
{% for row in section.rows %}
2924
{% if hosting in row.tags %}

src/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ h4:hover .header-anchor {
12261226

12271227
.ff-feature-table-section li {
12281228
display: grid;
1229-
grid-template-columns: 270px 1fr 1fr 1fr 1fr;
1229+
grid-template-columns: 270px 1fr 1fr 1fr;
12301230
align-items: center;
12311231
@apply bg-indigo-50/30;
12321232
}
@@ -1241,7 +1241,7 @@ h4:hover .header-anchor {
12411241

12421242
@media (max-width: 720px) {
12431243
.ff-feature-table-section li {
1244-
grid-template-columns: 220px 1fr 1fr 1fr 1fr;
1244+
grid-template-columns: 220px 1fr 1fr 1fr;
12451245
}
12461246
.self-hosted.ff-feature-table-section li {
12471247
grid-template-columns: 220px 1fr 1fr;
@@ -1250,7 +1250,7 @@ h4:hover .header-anchor {
12501250

12511251
@media (max-width: 680px) {
12521252
.ff-feature-table-section li {
1253-
grid-template-columns: 170px 1fr 1fr 1fr 1fr;
1253+
grid-template-columns: 170px 1fr 1fr 1fr;
12541254
}
12551255
.self-hosted.ff-feature-table-section li {
12561256
grid-template-columns: 170px 1fr 1fr;

src/css/style.page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
@layer components {
146146
.pricing-tiles {
147147
position: relative;
148-
grid-template-columns: 1fr 1fr 1fr 1fr;
148+
grid-template-columns: 1fr 1fr 1fr;
149149
gap: 20px;
150150
z-index: 2;
151151
margin-left: auto;

0 commit comments

Comments
 (0)