Skip to content

Commit dcf6784

Browse files
prokawsarkirillt
andauthored
Fixed Text size and spacing (#34)
* Text size and spacing * Dash instead of -- --------- Co-authored-by: Kirill Taran <[email protected]>
1 parent 19a77d4 commit dcf6784

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/lib/components/sections/Contribute.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<p class="text-center text-white lg:max-w-[90%] lg:text-start">
6262
Imagine being part of a passionate community where your efforts directly contribute to
6363
innovations that touch lives around the globe. By joining us, you're not just contributing
64-
-- you're shaping the future.
64+
you're shaping the future.
6565
</p>
6666
<!-- <ul class="my-5 text-white">
6767
<li>

src/lib/components/sections/Hero.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<div class="flex flex-col items-center gap-2 md:gap-5 md:leading-[78px]">
3333
<h1 class="text-center text-3xl md:text-[40px] lg:text-[66px]">Neat, efficient and</h1>
3434
<h1
35-
class="w-fit rounded-lg bg-arkOrange px-4 text-center text-2xl text-white md:text-4xl md:leading-[78px] lg:text-[62px]"
35+
class="w-fit rounded-lg bg-arkOrange px-4 text-center text-3xl text-white md:text-4xl md:leading-[78px] lg:text-[62px]"
3636
>
3737
privacy-focused apps
3838
</h1>

src/lib/components/sections/Support.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464

6565
<section class="relative flex items-center bg-arkOrangeLight py-14 lg:px-5 xl:px-0">
6666
<div class="mx-auto flex w-full max-w-7xl flex-col items-center gap-5 lg:items-start">
67-
<div class="flex flex-col gap-3 px-10 md:px-0">
67+
<div class="flex flex-col gap-3 px-5 md:px-0">
6868
<p class="text-center text-xl font-semibold uppercase text-arkOrange lg:text-start">
6969
Support us
7070
</p>
71-
<h3 class="text-center text-[40px] font-bold lg:z-10 lg:text-start">
71+
<h3 class="text-center text-[40px] font-bold leading-snug lg:z-10 lg:text-start">
7272
We greatly appreciate every bit of support!
7373
</h3>
7474
<div class="flex w-full justify-center lg:justify-start">

0 commit comments

Comments
 (0)