footer mobile

This commit is contained in:
nicwands 2026-07-08 10:41:57 -04:00
parent bcbd27cf21
commit 9a97bf98f6

View file

@ -128,5 +128,27 @@ const currentYear = computed(() => {
} }
} }
} }
@include mobile() {
.info-button {
img {
width: mobile-vw(30px);
}
}
.info {
gap: mobile-vw(10px);
.window {
&.close {
padding: mobile-vw(9px);
border-radius: mobile-vw(16px);
}
&.content {
border-radius: mobile-vw(10px);
width: calc(100vw - (2 * var(--layout-margin)));
}
}
}
}
} }
</style> </style>