4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-06-26 10:49:24 +00:00

Update blog listing

This commit is contained in:
Neil Alexander
2018-07-13 12:50:27 +01:00
parent 46aa7a787b
commit 187ee5840d
2 changed files with 27 additions and 9 deletions

View File

@ -25,9 +25,23 @@ div.wrapper {
pre.highlight {
width: auto;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
div.blogpost {
display: grid;
grid-gap: 10px;
grid-template-columns: 100px minmax(200px, 1fr);
}
div.blogpost div.day {
font-size: 2em;
}
div.blogpost div.month {
font-size: 0.5em;
}