Fix post description overflow on smaller devices

This commit is contained in:
riggraz
2019-11-25 23:01:19 +01:00
parent f9253ec0d5
commit 595d06df05

View File

@@ -85,6 +85,10 @@
height: 140px;
color: $astuto-black;
@include media-breakpoint-down(sm) {
height: auto;
}
&:hover { cursor: pointer; }
.postContainer {