mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-11-14 12:43:17 +00:00
Merge branch 'remove-docsy-sections-from-main' into layout-fix
This commit is contained in:
commit
ad1e8b7c16
|
@ -36,6 +36,10 @@
|
|||
border-radius: 1rem;
|
||||
}
|
||||
|
||||
.card-title {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.sp-button-shadow {
|
||||
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 {
|
||||
margin-top: -4rem;
|
||||
max-width: 12rem;
|
||||
|
@ -103,4 +111,8 @@
|
|||
align-items: center;
|
||||
justify-content: space-around;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.sp-advantages {
|
||||
row-gap: 20vh;
|
||||
}
|
|
@ -57,9 +57,9 @@ linkTitle = "SelfPrivacy"
|
|||
</div>
|
||||
{{< /blocks/section >}}
|
||||
|
||||
{{< blocks/section color="100" type="section" >}}
|
||||
<section class="container-fluid">
|
||||
<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 class="row w-100 mt-5 mb-3">
|
||||
|
@ -129,9 +129,9 @@ linkTitle = "SelfPrivacy"
|
|||
{{< /landing-service >}}
|
||||
</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">
|
||||
<h2 class="mx-auto text-center">Advantages</h2>
|
||||
</div>
|
||||
|
@ -174,12 +174,10 @@ linkTitle = "SelfPrivacy"
|
|||
{{< 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>
|
||||
{{< /landing-feature >}}
|
||||
|
||||
{{< /blocks/section >}}
|
||||
</section>
|
||||
|
||||
|
||||
{{< blocks/section color="100" type="section" >}}
|
||||
|
||||
<section class="container-fluid">
|
||||
<div class="row w-100">
|
||||
<h2 class="mx-auto text-center">Supported by</h2>
|
||||
</div>
|
||||
|
@ -194,5 +192,4 @@ linkTitle = "SelfPrivacy"
|
|||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{< /blocks/section >}}
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue