diff --git a/_includes/header.html b/_includes/header.html index 880f105..1942892 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -69,7 +69,7 @@ // remove stackable from menu document.getElementById("menubar").classList.remove("stackable"); - window.onresize = resizeFunction + window.addEventListener("resize", resizeFunction); resizeFunction() }) diff --git a/index.html b/index.html index 72abfb1..0bc32f1 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,17 @@ title: Safing {% include header.html home=true %} {% include floating_button.html heightref="portmaster" download=true %} -
-
+
+
+ + +
+