diff --git a/themes/starter/source/assets/scss/modules/_chronicles.scss b/themes/starter/source/assets/scss/modules/_chronicles.scss index df3192c..668e233 100644 --- a/themes/starter/source/assets/scss/modules/_chronicles.scss +++ b/themes/starter/source/assets/scss/modules/_chronicles.scss @@ -33,6 +33,10 @@ padding-bottom: 0; } +.post { + min-height: 100vh; +} + .post__preview { padding: .8em 1.5em; border: 1px solid $grey;