mirror of
https://github.com/safing/web
synced 2025-04-17 17:39:08 +00:00
Add section-container to pages
This commit is contained in:
parent
f6c806a05d
commit
0aee9441ae
7 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ title: Safing - Love Freedom
|
|||
|
||||
{% include header.html %}
|
||||
|
||||
<section class="space-y-80 mt-40">
|
||||
<section class="section-container">
|
||||
<div class="showcase-container-reverse">
|
||||
<div class="showcase-left" style="max-width: 1050px;">
|
||||
<img src="{{ site.img_url }}/page-specific/portmaster/monitor-network-activity.png" alt="">
|
||||
|
|
|
@ -23,7 +23,7 @@ layout: page
|
|||
{% endfor %}
|
||||
</div>
|
||||
</header>
|
||||
<section class="space-y-36 mt-20">
|
||||
<section class="section-container">
|
||||
{% if site.data.next.cards.done.size > 0 %}
|
||||
<div class="collection-container">
|
||||
<div class="collection-container-top">
|
||||
|
|
|
@ -5,7 +5,7 @@ redirect_from:
|
|||
- /donate/
|
||||
---
|
||||
|
||||
<section class="space-y-80">
|
||||
<section class="section-container">
|
||||
<div class="showcase-container-reverse mt-32">
|
||||
<div class="showcase-left" style="max-width: 1050px;">
|
||||
<img src="{{ site.img_url }}page-specific/ownership/ownership.png" alt="">
|
||||
|
|
|
@ -42,7 +42,7 @@ redirect_from:
|
|||
</svg>
|
||||
</div>
|
||||
</header>
|
||||
<section class="space-y-80 mt-60">
|
||||
<section class="section-container">
|
||||
<div class="showcase-container-reverse">
|
||||
<div class="showcase-left" style="max-width: 1050px;">
|
||||
<img src="{{ site.img_url }}page-specific/portmaster/monitor-network-activity.png" alt="">
|
||||
|
|
|
@ -37,7 +37,7 @@ layout: page
|
|||
</span>
|
||||
</div>
|
||||
</header>
|
||||
<section class="space-y-40 mt-60">
|
||||
<section class="section-container">
|
||||
<div class="intro-container mt-32">
|
||||
<h2 class="intro-container-title">
|
||||
Protect Your Meta‑Data
|
||||
|
|
|
@ -4,7 +4,7 @@ layout: page
|
|||
---
|
||||
|
||||
|
||||
<section class="space-y-80">
|
||||
<section class="section-container">
|
||||
<div class="download-container">
|
||||
<h1 class="download-container-title">Support</h1>
|
||||
<p class="download-container-extra">
|
||||
|
|
|
@ -3,7 +3,7 @@ title: Team Overview
|
|||
layout: page
|
||||
---
|
||||
|
||||
<section class="space-y-28">
|
||||
<section class="section-container">
|
||||
<div class="relative mt-48">
|
||||
<span style="font-size: 12rem;" class="-mt-24 text-9xl font-bold opacity-5 z-0 ml-0 w-full left-0 text-center absolute overflow-hidden">Team</span>
|
||||
<h1 class="text-5xl tracking-tight font-bold py-10 text-center">Who We Are</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue