Improve formatting of extra content on main page

This commit is contained in:
Philipp Oppermann
2022-12-18 20:14:19 +01:00
parent dfd0e6c5d8
commit ffc6d54009

View File

@@ -1156,3 +1156,18 @@ img {
opacity: 1;
}
}
.post-extra-content {
margin-top: 1rem;
h4 {
display: inline;
margin-right: 1rem;
}
a {
font-weight: bold;
}
}