diff --git a/app/javascript/stylesheets/components/Board.scss b/app/javascript/stylesheets/components/Board.scss index 5ed6e6d5..8914e007 100644 --- a/app/javascript/stylesheets/components/Board.scss +++ b/app/javascript/stylesheets/components/Board.scss @@ -85,6 +85,10 @@ height: 140px; color: $astuto-black; + @include media-breakpoint-down(sm) { + height: auto; + } + &:hover { cursor: pointer; } .postContainer {