1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-22 11:59:08 +00:00

Merge pull request from safing/fix/animation

Fix tempt 2
This commit is contained in:
David 2022-10-18 14:22:16 +00:00 committed by GitHub
commit e1ccf1f73e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ redirect_from:
- /technology/
---
<header class="header-two-container mt-20">
<header class="header-two-container mt-20" style="overflow-x: hidden !important;">
<div class="header-two-top">
<h1 class="header-two-top-title" style="max-width: 700px;">
Get Peace of Mind with<br>
@ -49,7 +49,7 @@ redirect_from:
</video>
</div>
</div>
<div class="header-bg" style="overflow-x: hidden; position: relative;">
<div class="header-bg">
<div class="wave-container" style="z-index: -1; bottom: unset; top: 440px; opacity: .45;">
<div class="wave-background" style="background-image: url({{ site.img_url }}page-specific/landing/landing-wave.svg); height: 195px; position: unset;"></div>
</div>

View file

@ -3,7 +3,7 @@ layout: page
title: Safing Portmaster - Pricing
---
<header class="header-two-container mb-64 mt-20">
<header class="header-two-container mb-64 mt-20" style="overflow-x: hidden !important;">
<div class="header-two-top">
<h1 class="header-two-top-title" style="margin-top: 0.3rem;">
Packages and Pricing
@ -296,7 +296,7 @@ title: Safing Portmaster - Pricing
</div>
</div>
</div>
<div class="header-bg" style="overflow-x: hidden; position: relative;">
<div class="header-bg">
<div class="wave-container" style="z-index: -1; bottom: unset; top: 440px; opacity: .45;">
<div class="wave-background" style="background-image: url({{ site.img_url }}page-specific/pricing/pricing-wave.svg); height: 195px; position: unset;"></div>
</div>