]> git.0d.be Git - chloro.git/blobdiff - chloro/phyll/static/css/style.scss
include latest post on homepage
[chloro.git] / chloro / phyll / static / css / style.scss
index c7849251d33e6b03eb64acec9a8cd636fa82db01..cc3b22433c6a2ed01271695502a63cd05ef401a9 100644 (file)
@@ -64,7 +64,7 @@ main {
 }
 
 .home {
 }
 
 .home {
-       a {
+       nav a {
                text-transform: uppercase;
                display: inline-block;
                text-decoration: none;
                text-transform: uppercase;
                display: inline-block;
                text-decoration: none;
@@ -76,7 +76,7 @@ main {
                span {
                        font-size: 30%;
                }
                span {
                        font-size: 30%;
                }
-               margin-bottom: 2rem;
+               margin-bottom: 1rem;
                &.divers {
                        width: 49%;
                }
                &.divers {
                        width: 49%;
                }
@@ -86,6 +86,20 @@ main {
                        float: right;
                }
        }
                        float: right;
                }
        }
+       .latest {
+               margin-top: 2em;
+               h2 {
+                       margin: 0;
+                       font-size: 400%;
+                       font-weight: bold;
+                       text-transform: uppercase;
+               }
+               .meta {
+                       padding-top: 0.5rem;
+                       padding-left: 0.5rem;
+                       color: lighten($text-color, 40%);
+               }
+       }
 }
 
 .post {
 }
 
 .post {