5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 00:59:36 +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 {
display: grid;
grid-gap: 10px;
grid-template-columns: 75px minmax(200px, 1fr);
grid-template-columns: 100px minmax(200px, 1fr);
margin-bottom: 1em;
}
@ -43,6 +43,7 @@ div.blogpost {
div.blogpost div#date div#day {
font-size: 2.25em;
text-align: center;
margin-top: 0.1em;
}
div.blogpost div#date div#month {
@ -51,7 +52,7 @@ div.blogpost div#date div#month {
text-transform: uppercase;
position: relative;
top: -0.5em;
top: -1em;
}
div.blogpost div#overview div#title {