Fit splat nicely on mobile permas

This commit is contained in:
Jason Zimdars
2024-08-06 11:00:17 -05:00
parent 42178e499e
commit 0bc6c01c69
+2 -1
View File
@@ -26,6 +26,7 @@
color: var(--splat-color, currentColor);
container-type: inline-size;
display: grid;
max-inline-size: 100%;
place-items: center;
position: relative;
transition: all 0.2s ease;
@@ -56,7 +57,7 @@
}
.splat__perma & {
--splat-size: 50cqi !important;
--splat-size: 66vh !important;
}
}