Add new hybrid header layout

Ref: #282
This commit is contained in:
James Panther
2022-11-10 10:52:11 +11:00
parent ba113c3a3b
commit 4367628ebe
7 changed files with 98 additions and 6 deletions
+8
View File
@@ -2862,6 +2862,14 @@ body:has(#menu-controller:checked) {
margin-bottom: 0px;
}
.sm\:flex {
display: flex;
}
.sm\:hidden {
display: none;
}
.sm\:w-1\/2 {
width: 50%;
}