Improvements to video list

This commit is contained in:
WardPearce
2024-10-13 21:25:02 +13:00
parent c51ff9674d
commit 35da5b3df8
+1 -1
View File
@@ -24,7 +24,7 @@
onMount(() => {
addEventListener('resize', () => {
if (innerWidth <= 1750) {
largeCol = '6';
largeCol = '4';
} else {
largeCol = '2';
}