X-Git-Url: https://git.0d.be/?p=chloro.git;a=blobdiff_plain;f=chloro%2Fphyll%2Fstatic%2Fcss%2Fstyle.scss;h=cc3b22433c6a2ed01271695502a63cd05ef401a9;hp=c7849251d33e6b03eb64acec9a8cd636fa82db01;hb=0fc394d0d3287c234a88941327505e25710f36d7;hpb=ae8e97fcc17a203a6b03a97e086e03210ae478d3 diff --git a/chloro/phyll/static/css/style.scss b/chloro/phyll/static/css/style.scss index c784925..cc3b224 100644 --- a/chloro/phyll/static/css/style.scss +++ b/chloro/phyll/static/css/style.scss @@ -64,7 +64,7 @@ main { } .home { - a { + nav a { text-transform: uppercase; display: inline-block; text-decoration: none; @@ -76,7 +76,7 @@ main { span { font-size: 30%; } - margin-bottom: 2rem; + margin-bottom: 1rem; &.divers { width: 49%; } @@ -86,6 +86,20 @@ main { 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 {