that was TOO damn easy. CSS is fucking witchcraft
This commit is contained in:
parent
571233392b
commit
5eea84d121
1 changed files with 6 additions and 5 deletions
|
@ -60,16 +60,17 @@
|
||||||
|
|
||||||
.galleryView ul {
|
.galleryView ul {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-auto-flow: column;
|
grid-template-columns: 1fr 1fr;
|
||||||
grid-auto-columns: 100%;
|
/* grid-auto-flow: column;
|
||||||
|
grid-auto-columns: 100%; */
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
scroll-snap-type: inline mandatory;
|
/* scroll-snap-type: inline mandatory;
|
||||||
scroll-snap-stop: normal;
|
scroll-snap-stop: normal; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.galleryView ul li {
|
.galleryView ul li {
|
||||||
scroll-snap-align: center;
|
/* scroll-snap-align: center; */
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue