Large header breakpoint

This commit is contained in:
adilallo
2025-08-02 14:34:22 -06:00
parent 47f023befa
commit 4a1aa02a28
7 changed files with 100 additions and 38 deletions
+5 -5
View File
@@ -23,11 +23,11 @@ export default function Logo({ size = "default", showText = true }) {
iconSize: "w-[22.02px] h-[22.02px]",
},
headerLg: {
containerHeight: "h-[36px]",
gap: "gap-[7px]",
textSize: "text-[20px]",
lineHeight: "leading-[24px]",
iconSize: "w-[24px] h-[24px]",
containerHeight: "h-[27.05px]",
gap: "gap-[6.55px]",
textSize: "text-[21.97px]",
lineHeight: "leading-[27.05px]",
iconSize: "w-[27.05px] h-[27.05px]",
},
footer: {
containerHeight: "h-[calc(40px*1.37)]",