We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7601b0e commit 00d8e26Copy full SHA for 00d8e26
leasesoft-ui/src/app/pages/homepage/homepage.component.scss
@@ -2,21 +2,23 @@
2
display: flex;
3
flex-direction: column;
4
flex: 2;
5
+
6
.buildings-section{
7
8
flex-direction: row;
9
flex: 9;
10
margin-bottom: 20px;
11
+ flex-wrap: wrap;
12
.building-filter-panel{
13
14
- min-width: 300px;
15
background-color: #F5F1EF;
16
justify-content: center;
17
padding-top: 25px;
18
margin-right: 20px;
19
border-radius: 5px;
20
margin-top: 40px;
21
+ min-width: 300px;
22
}
23
.buildings{
24
0 commit comments