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 {
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue