Skip to content
Snippets Groups Projects
Commit 846cfd67 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

smooth scrolling

parent 0f6a40e2
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,10 @@
@breakpoint-hero-medium: 800px;
@breakpoint-hero-small: 500px;
html {
scroll-behavior: smooth;
}
#hero {
color: white;
background-color: @color-main;
......
......@@ -21,7 +21,7 @@
</button>
</div>
</div>
<a class="call-to-action" href="#">So funktioniert es</a>
<a class="call-to-action" href="#how-it-works">So funktioniert es</a>
</div>
</div>
<div id="advantages">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment