Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@

<!-- Small CSS to Hide elements at 1520px size -->
<style>
html{
scroll-behavior: smooth;
}

@media(max-width:1520px) {
.left-svg {
display: none;
Expand Down
4 changes: 4 additions & 0 deletions training.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.0.1/tailwind.min.css">
<!-- Small CSS to Hide elements at 1520px size -->
<style>
html{
scroll-behavior: smooth;
}

@media(max-width:1520px) {
.left-svg {
display: none;
Expand Down