]> git.0d.be Git - panikweb.git/commitdiff
put 5 tiles in a row
authorFrédéric Péters <fpeters@0d.be>
Sat, 7 Jul 2018 13:11:03 +0000 (15:11 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 7 Jul 2018 13:11:03 +0000 (15:11 +0200)
panikweb_templates/static/css/_specifics.scss

index f96610fd94a4c6c30a45a9a7c8a8068fb1ecce55..17760ce55203ac6837ec5d77afbf13e3905505b7 100644 (file)
@@ -1599,8 +1599,8 @@ div.gallery > div {
        flex-wrap: wrap;
        > span {
                display: block;
-               width: 25%;
-               height: 25vw;
+               width: 20%;
+               height: 20vw;
                position: relative;
                @media screen and (max-width: $size_s) {
                        width: 50%;
@@ -2016,8 +2016,8 @@ div.emission-tile {
        background: white;
        position: relative;
        box-sizing: border-box;
-       width: 25%;
-       height: 25vw;
+       width: 20%;
+       height: 20vw;
        @media screen and (max-width: $size_m) {
                width: 50%;
                height: 50vw;