feat: add hero link and smooth scrolling
All checks were successful
Build / build (push) Successful in 4m18s
Build / deploy-stage (push) Successful in 2m48s
Build / switch-stage (push) Successful in 2m5s

This commit is contained in:
2025-04-22 22:53:18 +02:00
parent 9b781d50f6
commit 8ee10d0a1c
4 changed files with 18 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
<div class="frame frame-type-{data.CType}">
<div class="container">
<div id="c{data.uid}" class="container">
<f:render section="Header" optional="true" />
<f:render section="Main" optional="true" />
</div>

View File

@@ -10,6 +10,10 @@
--color-primary-dark: #880B07;
}
html {
scroll-behavior: smooth;
}
body {
line-height: 1.5;
}