Remove unnecessary javascript code and replace with hugo template code

This commit is contained in:
schnusch 2023-01-18 18:16:54 +01:00 committed by Ferdinand Thiessen
parent e306783907
commit ca1b4954fc
4 changed files with 12 additions and 26 deletions

View file

@ -3,6 +3,7 @@ html {
max-height: 100%;
font-size: 62.5%;
overflow-x: hidden;
scroll-behavior: smooth;
}
body {

View file

@ -242,7 +242,6 @@ a.fn-item {
margin: 0 auto;
}
/** ========== Site footer ============ */
.site-footer {
background: var(--footer-color-background);