Merge branch 'remove-docsy-sections-from-main' into layout-fix

pull/102/head
nevfy 2024-01-23 00:58:50 +04:00
commit ad1e8b7c16
2 changed files with 19 additions and 10 deletions

View File

@ -36,6 +36,10 @@
border-radius: 1rem; border-radius: 1rem;
} }
.card-title {
font-weight: 600;
}
.sp-button-shadow { .sp-button-shadow {
box-shadow: 0px -0.5rem 0px 0px rgba(0, 0, 0, 0.1) inset; box-shadow: 0px -0.5rem 0px 0px rgba(0, 0, 0, 0.1) inset;
} }
@ -70,6 +74,10 @@
} }
} }
.text-secondary {
font-weight: 600;
}
.sp-service-icon { .sp-service-icon {
margin-top: -4rem; margin-top: -4rem;
max-width: 12rem; max-width: 12rem;
@ -103,4 +111,8 @@
align-items: center; align-items: center;
justify-content: space-around; justify-content: space-around;
flex-wrap: wrap; flex-wrap: wrap;
}
.sp-advantages {
row-gap: 20vh;
} }

View File

@ -57,9 +57,9 @@ linkTitle = "SelfPrivacy"
</div> </div>
{{< /blocks/section >}} {{< /blocks/section >}}
{{< blocks/section color="100" type="section" >}} <section class="container-fluid">
<div class="row w-100"> <div class="row w-100">
<h2 class="mx-auto text-center">Your personal services</h2> <h2 class="mx-auto text-center font-weight-bolder">Your personal services</h2>
</div> </div>
<div class="row w-100 mt-5 mb-3"> <div class="row w-100 mt-5 mb-3">
@ -129,9 +129,9 @@ linkTitle = "SelfPrivacy"
{{< /landing-service >}} {{< /landing-service >}}
</div> </div>
</div> </div>
{{< /blocks/section >}} </section>
{{< blocks/section color="100" type="section" >}} <section class="container-fluid d-flex flex-column sp-advantages">
<div class="row w-100"> <div class="row w-100">
<h2 class="mx-auto text-center">Advantages</h2> <h2 class="mx-auto text-center">Advantages</h2>
</div> </div>
@ -174,12 +174,10 @@ linkTitle = "SelfPrivacy"
{{< landing-feature datactrl "Data control">}} {{< landing-feature datactrl "Data control">}}
<p class="card-text">Why do corporations need your data? To make you buy more and vote as they want. With SelfPrivacy, only you have your data.</p> <p class="card-text">Why do corporations need your data? To make you buy more and vote as they want. With SelfPrivacy, only you have your data.</p>
{{< /landing-feature >}} {{< /landing-feature >}}
</section>
{{< /blocks/section >}}
{{< blocks/section color="100" type="section" >}} <section class="container-fluid">
<div class="row w-100"> <div class="row w-100">
<h2 class="mx-auto text-center">Supported by</h2> <h2 class="mx-auto text-center">Supported by</h2>
</div> </div>
@ -194,5 +192,4 @@ linkTitle = "SelfPrivacy"
</a> </a>
</div> </div>
</div> </div>
</section>
{{< /blocks/section >}}