Cleaned up some code and added a somewhat responsive header burger
Some checks failed
A gitea test / Random test (pull_request) Has been cancelled

This commit was merged in pull request #13.
This commit is contained in:
2023-09-19 14:56:09 +02:00
parent f6107de735
commit e583858edb
28 changed files with 112 additions and 1527 deletions

View File

@@ -5,7 +5,7 @@ import { heroBlockSchema } from "../components/blocks/hero";
import { testimonialBlockSchema } from "../components/blocks/testimonial";
import { carouselBlockSchema } from "../components/blocks/carousel";
import { headerSchema } from "../components/layout/header";
import { footerSchema } from "../components/layout/footer/footer";
import { footerSchema } from "../components/layout/footer";
import { richTextTemplates } from "../components/inline/inline-definitions";
import { mainTitleBlockSchema } from "../components/blocks/main-title";

File diff suppressed because one or more lines are too long