]> git.0d.be Git - panikweb.git/commitdiff
css: force tile height to avoid pushing floats out of flow
authorFrédéric Péters <fpeters@0d.be>
Sun, 15 Mar 2020 10:35:08 +0000 (11:35 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sun, 15 Mar 2020 10:35:08 +0000 (11:35 +0100)
panikweb_templates/static/css/_specifics.scss

index 01cf576e9168bdec4040c4cefd14b442ec1b62c9..5d81e609a0d2642155a7c833fa800d3d2514f87d 100644 (file)
@@ -1987,12 +1987,13 @@ div.emission-tile {
        width: 25%;
        padding-bottom: 20px;
        float: left;
+       height: 395px;
        @media screen and (max-width: $size_s) {
                width: calc(50% - 1rem);
                &:nth-child(2n+1) {
                        margin-right: 1rem;
                }
-               height: 320px;
+               height: 325px;
        }
        overflow: hidden;
        div.image {