Add section-container to pages

This commit is contained in:
Luke 2022-02-04 14:09:25 +01:00
parent f6c806a05d
commit 0aee9441ae
7 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ title: Safing - Love Freedom
{% include header.html %} {% include header.html %}
<section class="space-y-80 mt-40"> <section class="section-container">
<div class="showcase-container-reverse"> <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/portmaster/monitor-network-activity.png" alt=""> <img src="{{ site.img_url }}/page-specific/portmaster/monitor-network-activity.png" alt="">

View file

@ -23,7 +23,7 @@ layout: page
{% endfor %} {% endfor %}
</div> </div>
</header> </header>
<section class="space-y-36 mt-20"> <section class="section-container">
{% if site.data.next.cards.done.size > 0 %} {% if site.data.next.cards.done.size > 0 %}
<div class="collection-container"> <div class="collection-container">
<div class="collection-container-top"> <div class="collection-container-top">

View file

@ -5,7 +5,7 @@ redirect_from:
- /donate/ - /donate/
--- ---
<section class="space-y-80"> <section class="section-container">
<div class="showcase-container-reverse mt-32"> <div class="showcase-container-reverse mt-32">
<div class="showcase-left" style="max-width: 1050px;"> <div class="showcase-left" style="max-width: 1050px;">
<img src="{{ site.img_url }}page-specific/ownership/ownership.png" alt=""> <img src="{{ site.img_url }}page-specific/ownership/ownership.png" alt="">

View file

@ -42,7 +42,7 @@ redirect_from:
</svg> </svg>
</div> </div>
</header> </header>
<section class="space-y-80 mt-60"> <section class="section-container">
<div class="showcase-container-reverse"> <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/portmaster/monitor-network-activity.png" alt=""> <img src="{{ site.img_url }}page-specific/portmaster/monitor-network-activity.png" alt="">

View file

@ -37,7 +37,7 @@ layout: page
</span> </span>
</div> </div>
</header> </header>
<section class="space-y-40 mt-60"> <section class="section-container">
<div class="intro-container mt-32"> <div class="intro-container mt-32">
<h2 class="intro-container-title"> <h2 class="intro-container-title">
Protect Your MetaData Protect Your MetaData

View file

@ -4,7 +4,7 @@ layout: page
--- ---
<section class="space-y-80"> <section class="section-container">
<div class="download-container"> <div class="download-container">
<h1 class="download-container-title">Support</h1> <h1 class="download-container-title">Support</h1>
<p class="download-container-extra"> <p class="download-container-extra">

View file

@ -3,7 +3,7 @@ title: Team Overview
layout: page layout: page
--- ---
<section class="space-y-28"> <section class="section-container">
<div class="relative mt-48"> <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> <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> <h1 class="text-5xl tracking-tight font-bold py-10 text-center">Who We Are</h1>