that was TOO damn easy. CSS is fucking witchcraft

This commit is contained in:
MeowcaTheoRange 2024-10-11 13:52:13 -05:00
parent 571233392b
commit 5eea84d121

View file

@ -60,16 +60,17 @@
.galleryView ul {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 100%;
grid-template-columns: 1fr 1fr;
/* grid-auto-flow: column;
grid-auto-columns: 100%; */
overflow: auto;
padding: 0;
scroll-snap-type: inline mandatory;
scroll-snap-stop: normal;
/* scroll-snap-type: inline mandatory;
scroll-snap-stop: normal; */
}
.galleryView ul li {
scroll-snap-align: center;
/* scroll-snap-align: center; */
list-style-type: none;
text-align: center;
}