Switch to tailwind (#16)

* Add tailwind to project
* Adapt previous design into tailwind
* Remove bootstrap
* Fix docker steps
This commit is contained in:
E
2021-09-11 21:32:23 +01:00
committed by GitHub
parent f475c89e27
commit 61a0713ad5
29 changed files with 5045 additions and 26355 deletions

View File

@@ -1,5 +1,6 @@
$(document).ready(function () {
$('.ham-button').on('click', function () {
$('.ham').toggleClass('open');
$('#menu').on('click', function () {
$('#menu').toggleClass('tham-active');
$('#menu-items').slideToggle(300);
});
});