1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-16 17:09:09 +00:00

Fix mobile width problem

This commit is contained in:
Luke Seers 2022-10-18 16:06:35 +02:00
parent bcefc3d5d4
commit 8d0b04adc7
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ redirect_from:
</video>
</div>
</div>
<div class="header-bg">
<div class="header-bg" style="overflow-x: hidden; position: relative;">
<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

@ -296,7 +296,7 @@ title: Safing Portmaster - Pricing
</div>
</div>
</div>
<div class="header-bg">
<div class="header-bg" style="overflow-x: hidden; position: relative;">
<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>