Fix container height on small screens

This commit is contained in:
lostinlight 2022-05-10 13:48:13 +03:00
parent 9671079b95
commit dfbf490a45
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@
padding-bottom: 0;
}
.post {
min-height: 100vh;
}
.post__preview {
padding: .8em 1.5em;
border: 1px solid $grey;