5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 21:52:31 +00:00

Update blog listing

This commit is contained in:
Neil Alexander 2018-07-13 12:54:41 +01:00
parent dff8053b88
commit f1d0c6455d
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -38,14 +38,15 @@ div.blogpost {
grid-template-columns: 100px minmax(200px, 1fr); grid-template-columns: 100px minmax(200px, 1fr);
} }
div.blogpost div.date div.day { div.blogpost div.date div#day {
font-size: 2em; font-size: 2em;
} }
div.blogpost div.date div.month { div.blogpost div.date div#month {
font-size: 0.5em; font-size: 0.5em;
} }
div.blogpost div.overview div.excerpt { div.blogpost div.overview div#excerpt {
color: #444444; color: #444444;
text-decoration: none;
} }