feat: Make the blog consistent with the website

This commit is contained in:
2022-05-31 20:18:11 +02:00
parent b74438edb6
commit c44ba61664
8 changed files with 42 additions and 22 deletions

View File

@@ -2,7 +2,10 @@
box-sizing: border-box;
}
img {
/* Looks bad. And it is! Workaround for having no control over
* how the markdown python module renders the post.
*/
.post > article > p > img {
/* Prevent images in blog posts from getting too big */
max-width: 800px;
}