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
|
|
@ -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