mirror of
https://github.com/safing/web
synced 2025-04-16 17:09:09 +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
_includes
_sass/prebuilt/section-container
business-model
portmaster
spn
|
@ -1,4 +1,4 @@
|
|||
<header class="header-one-container">
|
||||
<header class="header-one-container mb-64">
|
||||
<div class="header-one-left">
|
||||
<span style="margin-top: -8rem; margin-left: 14rem; z-index: -1;" class="absolute">
|
||||
<img src="{{ site.img_url }}/shapes/circle-md-2.png" alt="">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.section-container {
|
||||
margin-top: 5rem;
|
||||
margin-bottom: 5rem;
|
||||
margin-top: 10rem;
|
||||
margin-bottom: 16rem;
|
||||
}
|
||||
|
||||
.section-container > div:first-child {
|
||||
|
|
|
@ -4,7 +4,7 @@ layout: page
|
|||
---
|
||||
|
||||
<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;">
|
||||
<img src="{{ site.img_url }}page-specific/business-model/provide-local-value-for-free-forever.png" alt="">
|
||||
</div>
|
||||
|
|
|
@ -10,7 +10,7 @@ redirect_from:
|
|||
<i class="icon-info"></i>
|
||||
<span>Portmaster is Alpha Software - expect hiccups here and there</span>
|
||||
</div>
|
||||
<header class="header-two-container">
|
||||
<header class="header-two-container mb-64">
|
||||
<div class="header-two-top">
|
||||
<h1 class="header-two-top-title">
|
||||
Take Back Control of Your Computer
|
||||
|
|
|
@ -13,7 +13,7 @@ layout: page
|
|||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<header class="header-one-container-reverse my-40">
|
||||
<header class="header-one-container-reverse mb-64">
|
||||
<div class="header-one-left pl-12">
|
||||
<h1 class="header-one-left-title lg:max-w-md">
|
||||
Safing Privacy Network
|
||||
|
@ -148,7 +148,7 @@ layout: page
|
|||
</div>
|
||||
</div>
|
||||
<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 }}">
|
||||
<span>
|
||||
SPN is in "Alpha". View
|
||||
|
|
Loading…
Add table
Reference in a new issue