1
0
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:
José Luis Antúnez
2017-04-05 11:32:03 +02:00
committed by GitHub
parent c6e954e791
commit d318b3ad87

View File

@@ -2106,10 +2106,12 @@ img size recommended:800x600px
=================================================== */
.flexblock.gallery li {
flex:inherit;
margin-bottom: 4.8rem;
}
.flexblock.gallery li:nth-child(n+4) {
-webkit-flex:inherit;
flex:inherit;
}
.flexblock.gallery li,
.flexblock.gallery.blink li>a {
padding: 0;