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:09:43 +01:00
parent bbc3b29428
commit 9085d332df
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: 100px minmax(200px, 1fr);
grid-template-columns: 75px minmax(200px, 1fr);
}
div.blogpost div#date div#day {
@ -47,15 +47,17 @@ div.blogpost div#date div#month {
font-size: 0.6em;
text-align: center;
text-transform: uppercase;
position: relative;
top: -0.5em;
}
div.blogpost div#overview div#title {
margin-top: 0.5em;
margin-bottom: 0.1em;
margin-top: 0.75em;
}
div.blogpost div#overview div#excerpt {
padding-top: 0.5em;
padding-top: 0.2em;
color: #444444;
text-decoration: none;
font-size: 1em;