Fix investments list layout on small screens
The flex layout didn't work well on small screens, since there was barely any space for the elements.
This commit is contained in:
@@ -514,12 +514,12 @@
|
|||||||
|
|
||||||
@include breakpoint(medium) {
|
@include breakpoint(medium) {
|
||||||
min-height: $line-height * 15;
|
min-height: $line-height * 15;
|
||||||
}
|
|
||||||
|
|
||||||
.with-image > .row {
|
.with-image > .row {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.budget-investments-list .budget-investment,
|
.budget-investments-list .budget-investment,
|
||||||
.proposals-list .proposal,
|
.proposals-list .proposal,
|
||||||
|
|||||||
Reference in New Issue
Block a user