Skip to content

Commit ddfccd4

Browse files
committed
updated testimionials
1 parent 04f258d commit ddfccd4

File tree

2 files changed

+207
-353
lines changed

2 files changed

+207
-353
lines changed

style.css

Lines changed: 23 additions & 138 deletions
Original file line numberDiff line numberDiff line change
@@ -644,11 +644,6 @@ html {
644644
inset: 0px;
645645
}
646646

647-
.inset-x-0 {
648-
left: 0px;
649-
right: 0px;
650-
}
651-
652647
.-bottom-40 {
653648
bottom: -10rem;
654649
}
@@ -729,10 +724,6 @@ html {
729724
top: -2.5rem;
730725
}
731726

732-
.-top-14 {
733-
top: -3.5rem;
734-
}
735-
736727
.-top-16 {
737728
top: -4rem;
738729
}
@@ -1097,6 +1088,10 @@ html {
10971088
z-index: -1;
10981089
}
10991090

1091+
.z-0 {
1092+
z-index: 0;
1093+
}
1094+
11001095
.z-10 {
11011096
z-index: 10;
11021097
}
@@ -1193,10 +1188,6 @@ html {
11931188
margin-top: 3.5rem;
11941189
}
11951190

1196-
.mt-20 {
1197-
margin-top: 5rem;
1198-
}
1199-
12001191
.mt-24 {
12011192
margin-top: 6rem;
12021193
}
@@ -1791,10 +1782,6 @@ html {
17911782
row-gap: 0.125rem;
17921783
}
17931784

1794-
.gap-y-5 {
1795-
row-gap: 1.25rem;
1796-
}
1797-
17981785
.gap-y-2 {
17991786
row-gap: 0.5rem;
18001787
}
@@ -1803,6 +1790,10 @@ html {
18031790
row-gap: 0.625rem;
18041791
}
18051792

1793+
.gap-y-5 {
1794+
row-gap: 1.25rem;
1795+
}
1796+
18061797
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
18071798
--tw-space-y-reverse: 0;
18081799
margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
@@ -2002,11 +1993,6 @@ html {
20021993
background-color: rgb(170 255 189 / 0.3);
20031994
}
20041995

2005-
.bg-amber-100 {
2006-
--tw-bg-opacity: 1;
2007-
background-color: rgb(254 243 199 / var(--tw-bg-opacity));
2008-
}
2009-
20101996
.bg-amber-200\/30 {
20111997
background-color: rgb(253 230 138 / 0.3);
20121998
}
@@ -2118,11 +2104,6 @@ html {
21182104
background-color: rgb(34 211 238 / 0.4);
21192105
}
21202106

2121-
.bg-fuchsia-100 {
2122-
--tw-bg-opacity: 1;
2123-
background-color: rgb(250 232 255 / var(--tw-bg-opacity));
2124-
}
2125-
21262107
.bg-gray-200 {
21272108
--tw-bg-opacity: 1;
21282109
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
@@ -2566,10 +2547,6 @@ html {
25662547
line-height: 1;
25672548
}
25682549

2569-
.leading-normal {
2570-
line-height: 1.5;
2571-
}
2572-
25732550
.leading-relaxed {
25742551
line-height: 1.625;
25752552
}
@@ -2578,10 +2555,6 @@ html {
25782555
line-height: 1.25;
25792556
}
25802557

2581-
.leading-loose {
2582-
line-height: 2;
2583-
}
2584-
25852558
.tracking-\[2px\] {
25862559
letter-spacing: 2px;
25872560
}
@@ -2594,11 +2567,6 @@ html {
25942567
letter-spacing: 0.025em;
25952568
}
25962569

2597-
.text-amber-600 {
2598-
--tw-text-opacity: 1;
2599-
color: rgb(217 119 6 / var(--tw-text-opacity));
2600-
}
2601-
26022570
.text-black {
26032571
--tw-text-opacity: 1;
26042572
color: rgb(0 0 0 / var(--tw-text-opacity));
@@ -2609,14 +2577,13 @@ html {
26092577
color: rgb(0 93 164 / var(--tw-text-opacity));
26102578
}
26112579

2612-
.text-cyan-600 {
2613-
--tw-text-opacity: 1;
2614-
color: rgb(8 145 178 / var(--tw-text-opacity));
2580+
.text-brand-blue\/70 {
2581+
color: rgb(0 93 164 / 0.7);
26152582
}
26162583

2617-
.text-fuchsia-600 {
2584+
.text-cyan-600 {
26182585
--tw-text-opacity: 1;
2619-
color: rgb(192 38 211 / var(--tw-text-opacity));
2586+
color: rgb(8 145 178 / var(--tw-text-opacity));
26202587
}
26212588

26222589
.text-gray-500 {
@@ -2679,14 +2646,6 @@ html {
26792646
color: rgb(255 255 255 / var(--tw-text-opacity));
26802647
}
26812648

2682-
.text-brand-blue\/40 {
2683-
color: rgb(0 93 164 / 0.4);
2684-
}
2685-
2686-
.text-brand-blue\/70 {
2687-
color: rgb(0 93 164 / 0.7);
2688-
}
2689-
26902649
.underline {
26912650
text-decoration-line: underline;
26922651
}
@@ -3244,14 +3203,6 @@ li li {
32443203
order: 1;
32453204
}
32463205

3247-
.md\:col-span-6 {
3248-
grid-column: span 6 / span 6;
3249-
}
3250-
3251-
.md\:col-start-4 {
3252-
grid-column-start: 4;
3253-
}
3254-
32553206
.md\:mx-auto {
32563207
margin-left: auto;
32573208
margin-right: auto;
@@ -3368,6 +3319,10 @@ li li {
33683319
width: 100%;
33693320
}
33703321

3322+
.md\:max-w-2xl {
3323+
max-width: 42rem;
3324+
}
3325+
33713326
.md\:max-w-3xl {
33723327
max-width: 48rem;
33733328
}
@@ -3380,18 +3335,10 @@ li li {
33803335
max-width: 64rem;
33813336
}
33823337

3383-
.md\:max-w-6xl {
3384-
max-width: 72rem;
3385-
}
3386-
33873338
.md\:max-w-screen-sm {
33883339
max-width: 640px;
33893340
}
33903341

3391-
.md\:max-w-2xl {
3392-
max-width: 42rem;
3393-
}
3394-
33953342
.md\:scale-100 {
33963343
--tw-scale-x: 1;
33973344
--tw-scale-y: 1;
@@ -3406,18 +3353,10 @@ li li {
34063353
grid-template-columns: repeat(3, minmax(0, 1fr));
34073354
}
34083355

3409-
.md\:items-start {
3410-
align-items: flex-start;
3411-
}
3412-
34133356
.md\:items-center {
34143357
align-items: center;
34153358
}
34163359

3417-
.md\:justify-start {
3418-
justify-content: flex-start;
3419-
}
3420-
34213360
.md\:justify-center {
34223361
justify-content: center;
34233362
}
@@ -3731,16 +3670,16 @@ li li {
37313670
grid-column: span 9 / span 9;
37323671
}
37333672

3734-
.lg\:my-32 {
3735-
margin-top: 8rem;
3736-
margin-bottom: 8rem;
3737-
}
3738-
37393673
.lg\:my-24 {
37403674
margin-top: 6rem;
37413675
margin-bottom: 6rem;
37423676
}
37433677

3678+
.lg\:my-32 {
3679+
margin-top: 8rem;
3680+
margin-bottom: 8rem;
3681+
}
3682+
37443683
.lg\:mt-24 {
37453684
margin-top: 6rem;
37463685
}
@@ -3785,18 +3724,6 @@ li li {
37853724
width: 14rem;
37863725
}
37873726

3788-
.lg\:max-w-2xl {
3789-
max-width: 42rem;
3790-
}
3791-
3792-
.lg\:max-w-3xl {
3793-
max-width: 48rem;
3794-
}
3795-
3796-
.lg\:max-w-5xl {
3797-
max-width: 64rem;
3798-
}
3799-
38003727
.lg\:max-w-4xl {
38013728
max-width: 56rem;
38023729
}
@@ -3825,10 +3752,6 @@ li li {
38253752
flex-direction: row;
38263753
}
38273754

3828-
.lg\:gap-10 {
3829-
gap: 2.5rem;
3830-
}
3831-
38323755
.lg\:gap-8 {
38333756
gap: 2rem;
38343757
}
@@ -3838,11 +3761,6 @@ li li {
38383761
column-gap: 2.5rem;
38393762
}
38403763

3841-
.lg\:gap-x-6 {
3842-
-moz-column-gap: 1.5rem;
3843-
column-gap: 1.5rem;
3844-
}
3845-
38463764
.lg\:gap-y-14 {
38473765
row-gap: 3.5rem;
38483766
}
@@ -3917,18 +3835,14 @@ li li {
39173835
padding-bottom: 18rem;
39183836
}
39193837

3920-
.lg\:pb-\[30rem\] {
3921-
padding-bottom: 30rem;
3838+
.lg\:pb-\[15rem\] {
3839+
padding-bottom: 15rem;
39223840
}
39233841

39243842
.lg\:pt-0 {
39253843
padding-top: 0px;
39263844
}
39273845

3928-
.lg\:pb-\[15rem\] {
3929-
padding-bottom: 15rem;
3930-
}
3931-
39323846
.lg\:text-left {
39333847
text-align: left;
39343848
}
@@ -3937,11 +3851,6 @@ li li {
39373851
text-align: start;
39383852
}
39393853

3940-
.lg\:text-3xl {
3941-
font-size: 1.875rem;
3942-
line-height: 2.25rem;
3943-
}
3944-
39453854
.lg\:text-4xl {
39463855
font-size: 2.25rem;
39473856
line-height: 2.5rem;
@@ -3976,30 +3885,6 @@ li li {
39763885
line-height: 1.25;
39773886
}
39783887

3979-
.lg\:leading-normal {
3980-
line-height: 1.5;
3981-
}
3982-
3983-
.lg\:leading-none {
3984-
line-height: 1;
3985-
}
3986-
3987-
.lg\:leading-5 {
3988-
line-height: 1.25rem;
3989-
}
3990-
3991-
.lg\:leading-9 {
3992-
line-height: 2.25rem;
3993-
}
3994-
3995-
.lg\:leading-10 {
3996-
line-height: 2.5rem;
3997-
}
3998-
3999-
.lg\:leading-snug {
4000-
line-height: 1.375;
4001-
}
4002-
40033888
.lg\:shadow-\[0px_40px_30px_0px\] {
40043889
--tw-shadow: 0px 40px 30px 0px;
40053890
--tw-shadow-colored: 0px 40px 30px 0px var(--tw-shadow-color);

0 commit comments

Comments
 (0)