]> git.0d.be Git - panikweb-esperanzah.git/commitdiff
style: move waveform before text on mobile
authorFrédéric Péters <fpeters@0d.be>
Sun, 18 Jul 2021 10:01:59 +0000 (12:01 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sun, 18 Jul 2021 10:01:59 +0000 (12:01 +0200)
panikweb_esperanzah/static/css/_specifics.scss

index 0940ddc1929646a9eb7ee91fb53a3f486e51fb76..3ec06202cc98d95bf1b789f4522f75f944aca4d8 100644 (file)
@@ -2227,6 +2227,9 @@ div.emission-detail {
                div.sound {
                        align-self: flex-end;
                        width: 100%;
+                       @media screen and (max-width: $size_s) {
+                               order: -1;
+                       }
                        @media screen and (max-width: $size_m) {
                                position: static;
                                width: 100%;