]> git.0d.be Git - panikweb.git/commitdiff
adjust borders on homepage elements
authorFrédéric Péters <fpeters@0d.be>
Sat, 22 Jul 2017 08:17:55 +0000 (10:17 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 22 Jul 2017 08:17:55 +0000 (10:17 +0200)
panikweb_templates/static/css/_specifics.scss

index 14f0784930e2adf014ab1c35cda33badd9fc2886..bec3c0462384f78ce0b86aec84fd4ccc5d4af0d2 100644 (file)
@@ -2106,14 +2106,19 @@ div.playListControls {
        }
 }
 
+div#specialHome {
+       background: url(../img/delim1.png) top center repeat-x;
+       padding-top: 30px;
+}
+
 div#specialHome h1.top {
        background: url(../img/delim1.png) bottom center repeat-x;
-       padding-bottom: 52px;
+       padding-bottom: 62px;
 }
 
 div#actu {
-       background: url(../img/delim1.png) bottom center repeat-x;
-       padding-bottom: 22px;
+       background: url(img/news_delim1.png) bottom center repeat-x;
+       padding-bottom: 14px;
        display: flex;
        flex-direction: row;
        > h2, > div { width: 50%; box-sizing: border-box; padding-bottom: 30px; padding-top: 30px;}