From 030053adc397bf7946b8ab0c69f646e9125bb7a4 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Wed, 23 Apr 2025 23:11:53 +0200 Subject: [PATCH] fix: sticky nav, ul in nav --- ToDo.md | 4 ++++ .../hero/templates/frontend.html | 2 +- .../Private/PageView/Layouts/Default.html | 2 +- .../PageView/Partials/Navigation/Main.html | 2 +- .../Public/Scss/components/_navigation.scss | 6 +++++ .../Public/Scss/layouts/_home-page.scss | 23 +------------------ 6 files changed, 14 insertions(+), 25 deletions(-) create mode 100644 ToDo.md diff --git a/ToDo.md b/ToDo.md new file mode 100644 index 0000000..3255a91 --- /dev/null +++ b/ToDo.md @@ -0,0 +1,4 @@ +[x] hero element needs a possibility to set the anchor link for down arrow +[x] unordered list design +[x] check if marker design of ul and ol use em instead of rem for sizing +[x] navbar should be sticky on mobile diff --git a/packages/base/ContentBlocks/ContentElements/hero/templates/frontend.html b/packages/base/ContentBlocks/ContentElements/hero/templates/frontend.html index b855f38..66246a6 100644 --- a/packages/base/ContentBlocks/ContentElements/hero/templates/frontend.html +++ b/packages/base/ContentBlocks/ContentElements/hero/templates/frontend.html @@ -3,7 +3,7 @@ -
+
diff --git a/packages/base/Resources/Private/PageView/Layouts/Default.html b/packages/base/Resources/Private/PageView/Layouts/Default.html index f8d7e29..23d1071 100644 --- a/packages/base/Resources/Private/PageView/Layouts/Default.html +++ b/packages/base/Resources/Private/PageView/Layouts/Default.html @@ -1,4 +1,4 @@ -
+
diff --git a/packages/base/Resources/Private/PageView/Partials/Navigation/Main.html b/packages/base/Resources/Private/PageView/Partials/Navigation/Main.html index e51630e..ace295e 100644 --- a/packages/base/Resources/Private/PageView/Partials/Navigation/Main.html +++ b/packages/base/Resources/Private/PageView/Partials/Navigation/Main.html @@ -1,4 +1,4 @@ -