Implemented md breakpoint

This commit is contained in:
adilallo
2025-08-01 15:40:12 -06:00
parent a394ceaef3
commit 47f023befa
4 changed files with 165 additions and 36 deletions
+8 -1
View File
@@ -12,9 +12,16 @@ export default function Logo({ size = "default", showText = true }) {
containerHeight: "h-[20.85px]",
gap: "gap-[2.11px]",
textSize: "text-[11.57px]",
lineHeight: "leading-[14px]",
lineHeight: "leading-[14.24px]",
iconSize: "w-[14.24px] h-[14.24px]",
},
headerMd: {
containerHeight: "h-[17.91px]",
gap: "gap-[6.51px]",
textSize: "text-[17.89px]",
lineHeight: "leading-[22.02px]",
iconSize: "w-[22.02px] h-[22.02px]",
},
headerLg: {
containerHeight: "h-[36px]",
gap: "gap-[7px]",