mirror of
https://github.com/safing/web
synced 2025-09-01 10:39:03 +00:00
Configure top/bottom padding for section containers
This commit is contained in:
parent
87d01f540a
commit
7fc0d07ecc
5 changed files with 22 additions and 22 deletions
|
@ -1,4 +1,4 @@
|
||||||
<header class="header-one-container">
|
<header class="header-one-container mb-64">
|
||||||
<div class="header-one-left">
|
<div class="header-one-left">
|
||||||
<span style="margin-top: -8rem; margin-left: 14rem; z-index: -1;" class="absolute">
|
<span style="margin-top: -8rem; margin-left: 14rem; z-index: -1;" class="absolute">
|
||||||
<img src="{{ site.img_url }}/shapes/circle-md-2.png" alt="">
|
<img src="{{ site.img_url }}/shapes/circle-md-2.png" alt="">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.section-container {
|
.section-container {
|
||||||
margin-top: 5rem;
|
margin-top: 10rem;
|
||||||
margin-bottom: 5rem;
|
margin-bottom: 16rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.section-container > div:first-child {
|
.section-container > div:first-child {
|
||||||
|
|
|
@ -4,7 +4,7 @@ layout: page
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="space-y-80">
|
<section class="space-y-80">
|
||||||
<div class="showcase-container-reverse mt-32">
|
<div class="showcase-container-reverse">
|
||||||
<div class="showcase-left" style="max-width: 1050px;">
|
<div class="showcase-left" style="max-width: 1050px;">
|
||||||
<img src="{{ site.img_url }}page-specific/business-model/provide-local-value-for-free-forever.png" alt="">
|
<img src="{{ site.img_url }}page-specific/business-model/provide-local-value-for-free-forever.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -10,7 +10,7 @@ redirect_from:
|
||||||
<i class="icon-info"></i>
|
<i class="icon-info"></i>
|
||||||
<span>Portmaster is Alpha Software - expect hiccups here and there</span>
|
<span>Portmaster is Alpha Software - expect hiccups here and there</span>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-two-container">
|
<header class="header-two-container mb-64">
|
||||||
<div class="header-two-top">
|
<div class="header-two-top">
|
||||||
<h1 class="header-two-top-title">
|
<h1 class="header-two-top-title">
|
||||||
Take Back Control of Your Computer
|
Take Back Control of Your Computer
|
||||||
|
|
|
@ -13,7 +13,7 @@ layout: page
|
||||||
</span>
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<header class="header-one-container-reverse my-40">
|
<header class="header-one-container-reverse mb-64">
|
||||||
<div class="header-one-left pl-12">
|
<div class="header-one-left pl-12">
|
||||||
<h1 class="header-one-left-title lg:max-w-md">
|
<h1 class="header-one-left-title lg:max-w-md">
|
||||||
Safing Privacy Network
|
Safing Privacy Network
|
||||||
|
@ -148,7 +148,7 @@ layout: page
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="packages-container" id="pricing">
|
<div class="packages-container" id="pricing">
|
||||||
<div class="alert-primary">
|
<div class="alert-primary mb-20">
|
||||||
<a data-method="get" href="{{ site.spn_alpha_status_page_url }}">
|
<a data-method="get" href="{{ site.spn_alpha_status_page_url }}">
|
||||||
<span>
|
<span>
|
||||||
SPN is in "Alpha". View
|
SPN is in "Alpha". View
|
||||||
|
|
Loading…
Add table
Reference in a new issue