feat: add hero link and smooth scrolling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user