Fix homepage: remove spacer, full-width sections with negative margin
All checks were successful
Build Docker Image / build (push) Successful in 4m5s

This commit is contained in:
Ruslan Bakiev
2026-01-29 18:51:19 +07:00
parent bd7a1d1b4b
commit d227325d1a

View File

@@ -1,10 +1,7 @@
<template>
<div class="pb-0">
<!-- Spacer after hero -->
<div class="h-16 md:h-24" />
<div class="pb-0 -mx-3 lg:-mx-6">
<!-- Section: How it works -->
<section class="container mx-auto px-4 mb-20">
<section class="container mx-auto px-4 mb-20 mt-12">
<!-- Section header with line -->
<div class="flex items-center gap-6 mb-10">
<div class="h-px flex-1 bg-gradient-to-r from-transparent via-base-content/20 to-transparent" />