diff --git a/assets/css/style.scss b/assets/css/style.scss index 7f43e30..101e559 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -38,15 +38,18 @@ div.blogpost { grid-template-columns: 100px minmax(200px, 1fr); } -div.blogpost div.date div#day { +div.blogpost div#date div#day { font-size: 2em; + text-align: center; } -div.blogpost div.date div#month { +div.blogpost div#date div#month { font-size: 0.5em; + text-align: center; } -div.blogpost div.overview div#excerpt { +div.blogpost div#overview div#excerpt { color: #444444; text-decoration: none; + font-size: 1em; }