added css rules for the blog list

This commit is contained in:
neko 2021-04-11 00:56:32 +02:00
parent 12767ac6e3
commit a5cb02d098

View File

@ -142,6 +142,15 @@ main a:hover {
font-size: large;
}
p.blog-date {
margin-top: 20px;
margin-bottom: 0px;
}
p.blog-post {
margin: 0px;
}
/* footer */
footer {