test svg curve between sections

This commit is contained in:
2023-11-08 18:01:29 +01:00
parent e3c547979a
commit b2baa961ae
7 changed files with 167 additions and 71 deletions

View File

@@ -1,7 +1,7 @@
{{ define "main" }}
<!-- Banner -->
{{ with .Params.banner }}
<section class="section pt-14 hero {{ with .class }}{{ . }}{{ end }}">
<section class="section section-0 pt-14 hero {{ with .class }}{{ . }}{{ end }}">
<div class="container">
<div class="row justify-center">
<div class="lg:col-7 mb-8 text-center">
@@ -31,7 +31,7 @@
<!-- Features -->
{{ range $i, $e:= .Params.features }}
<section class="section-sm sn-{{ add $i 1 }} {{ with .class }}{{ . }}{{ end }}">
<section class="section-sm section-{{ add $i 1 }} {{ with .class }}{{ . }}{{ end }}">
<div class="container">
<div class="row items-center justify-between">
<div