Deploy Update
Some checks failed
Deploy Hugo site to Pages / build (push) Failing after 12s
Deploy Hugo site to Pages / deploy (push) Has been skipped

This commit is contained in:
Jannik Menzel 2025-05-26 17:46:26 +02:00
parent e9144fbdc0
commit d4c980b052
27 changed files with 142 additions and 97 deletions

View file

@ -133,6 +133,10 @@ li .dropdown-item-mobile {
margin-top: 0;
}
.dropdown-icon {
margin-left: -1rem;
}
.dropdown-menu .dropdown-item:active {
background-color: var(--color-off);
color: var(--color-text);
@ -610,6 +614,10 @@ footer {
margin: 0.4rem 0 0.4rem 0;
}
.dropdown-icon {
display: none !important;
}
.hero-section {
padding: 0 !important;
}