Layoutwijzigingen minor

This commit is contained in:
2020-01-24 20:51:04 +01:00
parent 23d2ee993a
commit 29a447005c
4 changed files with 19 additions and 9 deletions

View File

@@ -116,11 +116,14 @@ button[disabled]:hover
}
.blog_grid .post.large {
height: 526px; /* small items have 2 x 2px margin, so 3 * 174 + 2 * 2 */
/* Width is 787px, so ensure largest photo has 16:9 ratio. */
height: 442px;
}
.blog_grid .post.small {
height: 174px;
/* Height of main is 442, minus two 2px margins, leaves 146px per item */
height: 146px;
overflow: hidden;
}
.blog.podcasts .post {