5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-11-12 22:30:26 +00:00

Update blog listing

This commit is contained in:
Neil Alexander 2018-07-13 13:28:28 +01:00
parent 644dec8960
commit 959077ec24
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -35,7 +35,7 @@ pre.highlight {
div.blogpost { div.blogpost {
display: grid; display: grid;
grid-gap: 10px; grid-gap: 10px;
grid-template-columns: 75px minmax(200px, 1fr); grid-template-columns: 100px minmax(200px, 1fr);
margin-bottom: 1em; margin-bottom: 1em;
} }
@ -43,6 +43,7 @@ div.blogpost {
div.blogpost div#date div#day { div.blogpost div#date div#day {
font-size: 2.25em; font-size: 2.25em;
text-align: center; text-align: center;
margin-top: 0.1em;
} }
div.blogpost div#date div#month { div.blogpost div#date div#month {
@ -51,7 +52,7 @@ div.blogpost div#date div#month {
text-transform: uppercase; text-transform: uppercase;
position: relative; position: relative;
top: -0.5em; top: -1em;
} }
div.blogpost div#overview div#title { div.blogpost div#overview div#title {