mirror of
https://github.com/cwinfo/yggdrasil-network.github.io.git
synced 2024-11-09 23:50:26 +00:00
Update blog listing
This commit is contained in:
parent
f1d0c6455d
commit
23b14b5563
@ -38,15 +38,18 @@ 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;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.blogpost div.date div#month {
|
div.blogpost div#date div#month {
|
||||||
font-size: 0.5em;
|
font-size: 0.5em;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.blogpost div.overview div#excerpt {
|
div.blogpost div#overview div#excerpt {
|
||||||
color: #444444;
|
color: #444444;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user