Skip to content

Commit 00d8e26

Browse files
committed
UI responsive fix
1 parent 7601b0e commit 00d8e26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

leasesoft-ui/src/app/pages/homepage/homepage.component.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@
22
display: flex;
33
flex-direction: column;
44
flex: 2;
5+
56
.buildings-section{
67
display: flex;
78
flex-direction: row;
89
flex: 9;
910
margin-bottom: 20px;
11+
flex-wrap: wrap;
1012
.building-filter-panel{
1113
display: flex;
1214
flex: 2;
13-
min-width: 300px;
1415
background-color: #F5F1EF;
1516
justify-content: center;
1617
padding-top: 25px;
1718
margin-right: 20px;
1819
border-radius: 5px;
1920
margin-top: 40px;
21+
min-width: 300px;
2022
}
2123
.buildings{
2224
display: flex;

0 commit comments

Comments
 (0)