Skip to content

Commit 268da9b

Browse files
author
4LB
committed
pricing wording and padding and font scale tweaks
1 parent 91f3327 commit 268da9b

File tree

6 files changed

+13
-10
lines changed

6 files changed

+13
-10
lines changed

src/components/FloatingLinks.astro

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
row-gap: 15px;
6060
width: 175px;
6161
display: none;
62+
// background-color:var(--surface-frame-bg);
6263

6364
@media (min-width: 1450px) {
6465
display: flex;

src/content/pricing/free.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ buttonText: "Support Us!"
99
---
1010

1111
- Community support
12-
- All open source features
13-
- Enterprise features with limits:
14-
- Up to 5 users
15-
- 10 devices
16-
- 1 location <span>(no limits for number of gateways per location)</span>
12+
- All open source features without limits
13+
- Enterprise features with limits:<br/>
14+
Up to 5 users<br/>
15+
10 devices<br/>
16+
1 location <span>(no limits for number of gateways per location)</span>

src/layouts/ProductSection.astro

+2-2
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@ const theme = dark ? "dark" : "light";
103103

104104
&.padding-newsletter {
105105
padding-top: var(--product-section-padding-newsletter);
106-
padding-bottom: var(--product-section-padding-newsletter);
106+
// padding-bottom: var(--product-section-padding-newsletter);
107107
}
108108

109109
&.bordered {
110110
border-top: 1px solid var(--text-body-primary);
111-
border-bottom: 1px solid var(--text-body-primary);
111+
// border-bottom: 1px solid var(--text-body-primary);
112112
}
113113
}
114114
</style>

src/pages/compare.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ const tags = [
8484
align-items: center;
8585
justify-content: center;
8686
box-sizing: border-box;
87-
padding: 30px 10px 0px 10px;
87+
padding: 100px 10px 0px 10px;
8888

8989
a {
9090
text-decoration: none;

src/pages/pricing.astro

+2
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,11 @@ const tags = [
142142

143143
#pricing-tiers {
144144
padding-top: calc(100px - var(--nav-height));
145+
padding-bottom: calc(100px - var(--nav-height));
145146

146147
@include break-up(md) {
147148
padding-top: calc(200px - var(--nav-height));
149+
padding-bottom: calc(200px - var(--nav-height));
148150
}
149151

150152
h1 {

src/styles/global.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ main {
6060

6161
// main vars
6262
html {
63-
--font-scale-factor: 0.75;
63+
--font-scale-factor: 0.70;
6464
--nav-height: 75px;
6565
--box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.08);
6666

6767
@include break-up(lg) {
68-
--font-scale-factor: 1;
68+
--font-scale-factor: 0.9;
6969
}
7070
}
7171

0 commit comments

Comments
 (0)