]> git.0d.be Git - panikweb.git/commitdiff
style: adjust date & header margin
authorFrédéric Péters <fpeters@0d.be>
Thu, 26 Dec 2019 13:47:42 +0000 (14:47 +0100)
committerFrédéric Péters <fpeters@0d.be>
Thu, 26 Dec 2019 14:13:44 +0000 (15:13 +0100)
panikweb_templates/static/css/_general.scss
panikweb_templates/static/css/_specifics.scss

index 005695441e712cdb97bf811c248353be4bfea982..b018f9443e74394a14fb65c0554df18411f7c387 100644 (file)
@@ -86,9 +86,6 @@ button, .button{
 img {max-width:100%;}
 img.logo{border: 1px solid black;}
 
-header{
-       padding:0 0 2em 0;
-}
 h1, h2, h3, h4, h5{
        line-height:1em;
        padding:0.2em 0 0.2em 0;
index cae7a073f054760955138adb57742b656924e1fc..1cf12db9a9a8ed577c8f08668beed6a2ba814ba0 100644 (file)
@@ -2210,3 +2210,7 @@ header h3 {
        margin-bottom: 20px;
 
 }
+
+span.date {
+       text-transform: lowercase;
+}