mirror of
https://github.com/safing/web
synced 2025-04-23 20:39:09 +00:00
Remove unneeded classes
This commit is contained in:
parent
94efbdacd7
commit
f4c7d51ef4
3 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
<header class="lg:mb-0 h-full bg-local bg-no-repeat bg-cover bg-center lg:pb-40 md:pt-32" style="background-image: url({{ site.img_url }}header.png">
|
||||
<header class="h-full bg-local bg-no-repeat bg-cover bg-center lg:pb-40 md:pt-32" style="background-image: url({{ site.img_url }}header.png">
|
||||
<img class="-z-0 pt-16 absolute hidden md:block" style="z-index: -1;" src="" alt="">
|
||||
<div class="flex items-center md:h-full">
|
||||
<div class="container mx-auto sm:px-8 sm:px-0">
|
||||
|
@ -34,4 +34,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<nav class="flex flex-wrap items-center bg-black px-10 py-6 w-full z-50 lg:flex">
|
||||
<nav class="flex flex-wrap items-center bg-black px-10 py-6 w-full z-50">
|
||||
<div class="flex-1 flex justify-between items-center">
|
||||
<a href="{{ site.base_url }}" class="flex items-center hover:opacity-55 transition duration-150 ease-in-out opacity-100">
|
||||
<svg class="spin h-6 w-auto mr-4" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 128 128">
|
||||
|
@ -75,4 +75,4 @@
|
|||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
|
|
|
@ -46,7 +46,7 @@ layout: page
|
|||
</div>
|
||||
</header>
|
||||
<section style="margin-top: 3rem;">
|
||||
<div class="text-center lg:pt-0 pb-24 lg:pb-48">
|
||||
<div class="text-center pb-24 lg:pb-48">
|
||||
<h2 class="text-5xl tracking-tight font-extrabold leading-none py-10 mr-auto ml-auto">
|
||||
Protect Your Meta‑Data
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue