File tree Expand file tree Collapse file tree 1 file changed +21
-15
lines changed Expand file tree Collapse file tree 1 file changed +21
-15
lines changed Original file line number Diff line number Diff line change 1
1
@import ' functions' ;
2
+ @import ' mixins' ;
2
3
3
4
.organization {
4
- padding :1.5em ;
5
+ padding : 1.5em ;
5
6
}
6
7
7
8
.organization__projects {
8
- display :flex ;
9
- flex-wrap :wrap ;
9
+ display : flex ;
10
+ flex-wrap : wrap ;
11
+ justify-content : center ;
12
+
13
+ @include break {
14
+ justify-content : flex-start ;
15
+ }
10
16
}
11
17
12
18
.organization__project {
13
- width :275 px ;
14
- height :400 px ;
15
- margin-right :1em ;
16
- margin-bottom :1em ;
17
- padding :1em ;
18
- border-radius :2px ;
19
- box-shadow :0 0 1px getColor (dove-grey );
20
- overflow :hidden ;
21
- background :getColor (concrete );
22
- transition :all 250ms ;
19
+ width : 280 px ;
20
+ height : 420 px ;
21
+ margin-right : 1em ;
22
+ margin-bottom : 1em ;
23
+ padding : 1em ;
24
+ border-radius : 2px ;
25
+ box-shadow : 0 0 1px getColor (dove-grey );
26
+ overflow : hidden ;
27
+ background : getColor (concrete );
28
+ transition : all 250ms ;
23
29
24
30
& :hover {
25
- box-shadow :0 0 5px getColor (emperor );
26
- background :white ;
31
+ box-shadow : 0 0 5px getColor (emperor );
32
+ background : white ;
27
33
}
28
34
}
You can’t perform that action at this time.
0 commit comments