From 1476aee24e8b38a6770fa8884ec1117051043ead Mon Sep 17 00:00:00 2001 From: Pihkaal Date: Thu, 26 Feb 2026 12:17:04 +0100 Subject: [PATCH] feat(gallery): tweak padding on smaller screens --- app/pages/gallery.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/pages/gallery.vue b/app/pages/gallery.vue index 082b9e8..9f745cc 100644 --- a/app/pages/gallery.vue +++ b/app/pages/gallery.vue @@ -178,7 +178,7 @@ onMounted(() => { gap: 24, 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 }" tabindex="0" >