Skip to content

Commit 631012e

Browse files
committed
removed min height for project info on mobile
1 parent b51839d commit 631012e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/ProjectInfo/ProjectInfo.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
z-index: 1;
2323
min-height: 135px;
2424

25+
@media screen and (max-width: $screen-md - 1px) {
26+
min-height: 0;
27+
}
28+
2529
.project-description {
2630
max-height: 120px;
2731
min-height: 10px;

0 commit comments

Comments
 (0)