feat(gallery): tweak padding on smaller screens
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user