Added HKW sites

This commit is contained in:
Simon Martens
2022-10-28 03:01:08 +02:00
parent 8c8ad677af
commit 2bd41b943a
41 changed files with 377 additions and 271 deletions

View File

@@ -19,7 +19,7 @@
.ha-topnav.ha-topnav-collapsed
.ha-topnav-dropdown
.ha-topnav-dropdown-content {
@apply shadow-none desktop:shadow-md desktop:border-b
@apply shadow-none desktop:shadow-md desktop:border-b
}
.ha-menusymbol svg {
@@ -48,11 +48,11 @@
}
.ha-topnav-dropdown .ha-topnav-dropdown-content {
@apply hidden mr-6 pt-1 right-0 desktop:absolute min-w-[130px] z-50;
@apply hidden mr-6 pt-1 right-0 desktop:absolute min-w-[130px] z-50 whitespace-nowrap
}
.ha-topnav-dropdown .ha-topnav-dropdown-content a {
@apply pl-2 pr-3 py-2 block mr-0;
@apply pl-2 pr-3 py-2 block mr-0 whitespace-nowrap
}
.ha-topnav-dropdown .ha-topnav-dropdown-content .active {

File diff suppressed because one or more lines are too long

View File

@@ -21,6 +21,10 @@
@apply w-full py-12 px-12 md:px-16 hyphenate font-serif
}
.ha-static .ha-static-right-margin {
@apply md:pr-60 desktop:pr-80
}
.ha-static h1 {
@apply font-bold text-2xl desktop:font-normal desktop:text-5xl mb-9 unhyphenate
}