File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ @import ' ../style/variables.less' ;
2
+
1
3
.About {
2
4
max-width : 780px ;
3
5
margin : 0 auto ;
8
10
padding-bottom : 5rem ;
9
11
border-bottom : 1px solid rgba (#000 , 0.1 );
10
12
13
+ @media @md-query {
14
+ flex-direction : column ;
15
+ }
16
+
11
17
& :last-child {
12
18
border : none ;
13
19
}
21
27
text-align : right ;
22
28
padding-right : 5rem ;
23
29
opacity : 0.5 ;
30
+
31
+ @media @md-query {
32
+ width : auto ;
33
+ padding-right : 0 ;
34
+ padding-bottom : 2rem ;
35
+ text-align : center ;
36
+ }
24
37
}
25
38
26
39
&-content {
33
46
margin-left : -15rem ;
34
47
display : flex ;
35
48
z-index : 1 ;
49
+
50
+ @media @md-query {
51
+ margin : 0 ;
52
+ flex-direction : column ;
53
+ }
36
54
}
37
55
}
38
56
}
47
65
flex : 1 ;
48
66
padding : 1rem ;
49
67
68
+ @media @md-query {
69
+ margin-bottom : 2rem ;
70
+ }
71
+
50
72
&-image {
51
73
width : 12rem ;
52
74
height : 12rem ;
61
83
62
84
&-blurb {
63
85
font-size : 1.2rem ;
86
+ line-height : 1.4 ;
64
87
opacity : 0.7 ;
65
88
margin-bottom : 1rem ;
66
89
min-height : 70px ;
You can’t perform that action at this time.
0 commit comments