Commit 3ee51d6 1 parent c983881 commit 3ee51d6 Copy full SHA for 3ee51d6
File tree 3 files changed +23
-0
lines changed
src/pages/UseTool/Options
3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 21
21
font-size : $font-base-desktop ;
22
22
line-height : $line-height-body ;
23
23
margin-bottom : $space-half-desktop ;
24
+
25
+ @include mq-small {
26
+ font-size : $font-base-mobile ;
27
+ margin-left : $space-half-mobile ;
28
+ }
24
29
}
25
30
}
26
31
Original file line number Diff line number Diff line change 4
4
.info-heading {
5
5
font-weight : bold ;
6
6
margin-bottom : $space-half-desktop ;
7
+
8
+ @include mq-small {
9
+ margin-bottom : $space-half-mobile ;
10
+ }
7
11
}
8
12
9
13
.info-content {
14
18
p {
15
19
margin-top : 0 ;
16
20
margin-bottom : $space-half-desktop ;
21
+
22
+ @include mq-small {
23
+ margin-bottom : $space-half-mobile ;
24
+ }
17
25
}
18
26
}
19
27
22
30
height : 20px ;
23
31
margin-top : $space-quarter-desktop ;
24
32
margin-right : $space-half-desktop ;
33
+
34
+ @include mq-small {
35
+ margin-top : $space-quarter-mobile ;
36
+ margin-right : $space-half-mobile ;
37
+ }
25
38
}
26
39
27
40
.options-header {
Original file line number Diff line number Diff line change 21
21
font-size : $font-base-desktop ;
22
22
line-height : $line-height-body ;
23
23
margin-bottom : $space-half-desktop ;
24
+
25
+ @include mq-small {
26
+ font-size : $font-base-mobile ;
27
+ margin-bottom : $space-half-mobile ;
28
+ }
24
29
}
25
30
}
26
31
}
You can’t perform that action at this time.
0 commit comments