mirror of
https://github.com/safing/web
synced 2025-04-16 17:09:09 +00:00
Add general-layout
This commit is contained in:
parent
fb432298c2
commit
da2a4c6908
3 changed files with 12 additions and 12 deletions
11
_sass/prebuilt/general-layout/default.scss
Normal file
11
_sass/prebuilt/general-layout/default.scss
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
.general-layout {
|
||||||
|
margin-top: 10rem;
|
||||||
|
margin-bottom: 15rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.general-layout > div:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
.general-layout > div {
|
||||||
|
margin-top: 15rem;
|
||||||
|
}
|
|
@ -1,11 +0,0 @@
|
||||||
.section-container {
|
|
||||||
margin-top: 5rem;
|
|
||||||
margin-bottom: 5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.section-container > div:first-child {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
.section-container > div {
|
|
||||||
margin-top: 15rem;
|
|
||||||
}
|
|
|
@ -3,7 +3,7 @@ title: Team Overview
|
||||||
layout: page
|
layout: page
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="section-container">
|
<section class="general-layout">
|
||||||
<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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue