Mobile breakpoint added

This commit is contained in:
adilallo
2025-07-27 17:23:47 -06:00
parent 47b0b0c48f
commit 4cf5034736
2 changed files with 47 additions and 54 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ export default function Logo({ size = "default" }) {
// Size configurations
const sizes = {
default: {
containerHeight: "h-10",
gap: "gap-2",
containerHeight: "h-[41px]",
gap: "gap-[8.28px]",
textSize: "text-[21.97px]",
lineHeight: "leading-[27.05px]",
iconSize: "w-[27.05px] h-[27.05px]",