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