Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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: 0 additions & 4 deletions assets/theme-dark.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.13.1/build/styles/sunburst.min.css">
<style>

html{
scroll-behavior: smooth;
}

body {
font-family: calibri;
font-size: 18px;
Expand Down
4 changes: 0 additions & 4 deletions assets/theme-light.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@9.13.1/build/styles/github-gist.min.css">
<style>

html{
scroll-behavior: smooth;
}

body {
font-family: calibri;
font-size: 18px;
Expand Down
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