feat(gallery): tweak padding on smaller screens

This commit is contained in:
2026-02-26 12:17:04 +01:00
parent 1827659d3d
commit 8d18e1ddbb

View File

@@ -178,7 +178,7 @@ onMounted(() => {
gap: 24, gap: 24,
estimateSize: 510, estimateSize: 510,
}" }"
class="p-6 lg:p-8 xl:p-10 2xl:p-12 h-screen bg-[#0a0a0a] text-white font-[JetBrains_Mono] focus:outline-none" class="p-4 md:p-6 lg:p-8 xl:p-10 2xl:p-12 h-screen bg-[#0a0a0a] text-white font-[JetBrains_Mono] focus:outline-none"
:class="{ 'no-scroll': isAnimating }" :class="{ 'no-scroll': isAnimating }"
tabindex="0" tabindex="0"
> >