]> git.0d.be Git - panikweb.git/commitdiff
misc: align border images with page center
authorFrédéric Péters <fpeters@0d.be>
Fri, 14 Jul 2017 13:53:38 +0000 (15:53 +0200)
committerFrédéric Péters <fpeters@0d.be>
Fri, 14 Jul 2017 13:53:38 +0000 (15:53 +0200)
panikweb_templates/static/css/_specifics.scss

index 1b9a5357067d580d8e3dbcac10f48306052329b7..f4e37d580e5596e34de5a66882cc8a6431978006 100644 (file)
@@ -2105,12 +2105,12 @@ div.player-pause {
 }
 
 div#specialHome h1.top {
-       background: url(../img/delim1.png) bottom left repeat-x;
+       background: url(../img/delim1.png) bottom center repeat-x;
        padding-bottom: 52px;
 }
 
 div#actu {
-       background: url(../img/delim1.png) bottom left repeat-x;
+       background: url(../img/delim1.png) bottom center repeat-x;
        padding-bottom: 22px;
        display: flex;
        flex-direction: row;