Feature Update

- Responsive Layout
- Mobile Support
- Columns Block
This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2021-12-24 20:05:17 +01:00
parent 6c25961683
commit 2cd2a8f20a
18 changed files with 294 additions and 110 deletions
+9 -3
View File
@@ -1,3 +1,9 @@
---
# Ensure Jekyll converts this file.
---
(function() {
'use strict';
// Support for Mobile Devices
document.querySelector("#navigation-toggle").addEventListener("click", (ev) => {
document.querySelector("#header #navigation").classList.toggle("open");
});
})();