Skip to content

Commit 3ee51d6

Browse files
committed
style(pages): add size for mobile view
1 parent c983881 commit 3ee51d6

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

src/pages/UseTool/Options/FileNameEdits/FileNameEdits.scss

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
font-size: $font-base-desktop;
2222
line-height: $line-height-body;
2323
margin-bottom: $space-half-desktop;
24+
25+
@include mq-small {
26+
font-size: $font-base-mobile;
27+
margin-left: $space-half-mobile;
28+
}
2429
}
2530
}
2631

src/pages/UseTool/Options/Options.scss

+13
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
.info-heading {
55
font-weight: bold;
66
margin-bottom: $space-half-desktop;
7+
8+
@include mq-small {
9+
margin-bottom: $space-half-mobile;
10+
}
711
}
812

913
.info-content {
@@ -14,6 +18,10 @@
1418
p {
1519
margin-top: 0;
1620
margin-bottom: $space-half-desktop;
21+
22+
@include mq-small {
23+
margin-bottom: $space-half-mobile;
24+
}
1725
}
1826
}
1927

@@ -22,6 +30,11 @@
2230
height: 20px;
2331
margin-top: $space-quarter-desktop;
2432
margin-right: $space-half-desktop;
33+
34+
@include mq-small {
35+
margin-top: $space-quarter-mobile;
36+
margin-right: $space-half-mobile;
37+
}
2538
}
2639

2740
.options-header {

src/pages/UseTool/Options/Squash/Squash.scss

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
font-size: $font-base-desktop;
2222
line-height: $line-height-body;
2323
margin-bottom: $space-half-desktop;
24+
25+
@include mq-small {
26+
font-size: $font-base-mobile;
27+
margin-bottom: $space-half-mobile;
28+
}
2429
}
2530
}
2631
}

0 commit comments

Comments
 (0)