feat: add hero link and smooth scrolling
This commit is contained in:
parent
9b781d50f6
commit
8ee10d0a1c
4 changed files with 18 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
--color-primary-dark: #880B07;
|
||||
}
|
||||
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue