Changelog
Follow this page to keep updated with the latest template changes.
Button updates
The main buttons have been converted and added as a component.

Initial release
Template submitted for review & QA process.
.hamburger_6_wrap { --thickness: 0.09375rem; --gap: 0.3125rem; --rotate: 45; --width: 100%; } .w--open .hamburger_6_line { transform: scaleX(0); } .w--open .hamburger_6_line:first-child { transform: translateY(calc(var(--thickness) + var(--gap))) rotate(calc(var(--rotate) * 3 * 1deg)); } .w--open .hamburger_6_line:last-child { transform: translateY(calc(var(--thickness) * -1 + var(--gap) * -1)) rotate(calc(var(--rotate) * 1deg)); }
Follow this page to keep updated with the latest template changes.
The main buttons have been converted and added as a component.

Template submitted for review & QA process.