mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Fix wrapping of features inside features
This commit is contained in:
parent
5d1a50dda6
commit
7b80493d42
4 changed files with 151 additions and 157 deletions
|
@ -38,9 +38,6 @@ redirect_from:
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="items-center h-full mt-64">
|
||||
<div class="container mx-auto px-8 sm:px-0 flex">
|
||||
<div class="flex grid md:grid-cols-2">
|
||||
|
@ -66,7 +63,7 @@ redirect_from:
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="items-center h-full mt-64">
|
||||
<div class="container mx-auto px-8 sm:px-0 flex">
|
||||
<div class="max-w-screen-xl mx-auto px-4 sm:px-6 lg:flex block justify-center m-auto w-auto">
|
||||
|
@ -93,7 +90,5 @@ redirect_from:
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -96,6 +96,7 @@ title: Safing
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="items-center h-full mt-64">
|
||||
<div class="container mx-auto px-8 sm:px-0 flex">
|
||||
<div class="max-w-screen-xl mx-auto px-4 sm:px-6 lg:flex">
|
||||
|
@ -120,7 +121,6 @@ title: Safing
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section style="margin-top: 20rem; margin-bottom: 10rem;">
|
||||
<div class="items-center h-full">
|
||||
|
|
|
@ -31,7 +31,7 @@ layout: page
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="items-center h-full mt-64">
|
||||
<div class="container mx-auto px-8 sm:px-0 flex">
|
||||
<div class="max-w-screen-xl mx-auto px-4 sm:px-6 lg:flex block justify-center m-auto w-auto items-center">
|
||||
|
@ -62,7 +62,6 @@ layout: page
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section style="margin-top: 6rem; margin-bottom: 8rem;">
|
||||
<div class="items-center h-full">
|
||||
|
|
|
@ -73,6 +73,7 @@ redirect_from:
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="items-center h-full mt-64">
|
||||
<div class="container mx-auto px-8 sm:px-0 flex">
|
||||
<div class="max-w-screen-xl mx-auto px-4 sm:px-6 lg:flex items-center">
|
||||
|
@ -140,7 +141,6 @@ redirect_from:
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section style="margin-top: 13rem;" class="pb-40">
|
||||
<div class="items-center h-full">
|
||||
|
|
Loading…
Add table
Reference in a new issue