mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-24 13:53:21 +02:00
.gallery li:nth-child(n+4): removing auto-fill
This commit is contained in:
committed by
GitHub
parent
c6e954e791
commit
d318b3ad87
@@ -2106,10 +2106,12 @@ img size recommended:800x600px
|
|||||||
=================================================== */
|
=================================================== */
|
||||||
|
|
||||||
.flexblock.gallery li {
|
.flexblock.gallery li {
|
||||||
flex:inherit;
|
|
||||||
margin-bottom: 4.8rem;
|
margin-bottom: 4.8rem;
|
||||||
}
|
}
|
||||||
|
.flexblock.gallery li:nth-child(n+4) {
|
||||||
|
-webkit-flex:inherit;
|
||||||
|
flex:inherit;
|
||||||
|
}
|
||||||
.flexblock.gallery li,
|
.flexblock.gallery li,
|
||||||
.flexblock.gallery.blink li>a {
|
.flexblock.gallery.blink li>a {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Reference in New Issue
Block a user