finished the header

This commit is contained in:
Nuno Coração
2022-09-11 17:20:31 +01:00
parent ae6d0d5dfb
commit 667a181028
120 changed files with 1436 additions and 351 deletions
+5 -23
View File
@@ -1427,10 +1427,6 @@ select {
z-index: 30;
}
.z-40 {
z-index: 40;
}
.order-first {
order: -9999;
}
@@ -1606,10 +1602,6 @@ select {
height: 9rem;
}
.max-h-\[10rem\] {
max-height: 10rem;
}
.max-h-\[5rem\] {
max-height: 5rem;
}
@@ -1674,10 +1666,6 @@ select {
max-width: 48rem;
}
.max-w-\[10rem\] {
max-width: 10rem;
}
.max-w-\[5rem\] {
max-width: 5rem;
}
@@ -3330,16 +3318,16 @@ body:has(#menu-controller:checked) {
padding-right: 3.5rem;
}
.sm\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.sm\:px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.sm\:py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.sm\:pt-10 {
padding-top: 2.5rem;
}
@@ -3387,12 +3375,6 @@ body:has(#menu-controller:checked) {
justify-content: flex-start;
}
.md\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.md\:p-\[10vh\] {
padding: 10vh;
}