mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Fix post description overflow on smaller devices
This commit is contained in:
@@ -85,6 +85,10 @@
|
|||||||
height: 140px;
|
height: 140px;
|
||||||
color: $astuto-black;
|
color: $astuto-black;
|
||||||
|
|
||||||
|
@include media-breakpoint-down(sm) {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
&:hover { cursor: pointer; }
|
&:hover { cursor: pointer; }
|
||||||
|
|
||||||
.postContainer {
|
.postContainer {
|
||||||
|
|||||||
Reference in New Issue
Block a user