Fix homepage: remove spacer, full-width sections with negative margin
All checks were successful
Build Docker Image / build (push) Successful in 4m5s
All checks were successful
Build Docker Image / build (push) Successful in 4m5s
This commit is contained in:
@@ -1,10 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="pb-0">
|
<div class="pb-0 -mx-3 lg:-mx-6">
|
||||||
<!-- Spacer after hero -->
|
|
||||||
<div class="h-16 md:h-24" />
|
|
||||||
|
|
||||||
<!-- Section: How it works -->
|
<!-- 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 -->
|
<!-- Section header with line -->
|
||||||
<div class="flex items-center gap-6 mb-10">
|
<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" />
|
<div class="h-px flex-1 bg-gradient-to-r from-transparent via-base-content/20 to-transparent" />
|
||||||
|
|||||||
Reference in New Issue
Block a user