File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 25
25
margin-bottom : 0.1rem ;
26
26
27
27
@include large {
28
- font-size : 1.25 rem ;
28
+ font-size : 2 rem ;
29
29
}
30
30
31
31
@include medium {
32
+ font-size : 2rem ;
33
+ }
34
+
35
+ @include small {
36
+ font-size : 2rem ;
37
+ }
38
+ }
39
+
40
+ .project-tagline {
41
+ margin-bottom : 1rem ;
42
+ font-weight : normal ;
43
+ opacity : 0.7 ;
44
+
45
+ @include large {
32
46
font-size : 1.25rem ;
33
47
}
34
48
49
+ @include medium {
50
+ font-size : 1.15rem ;
51
+ }
52
+
35
53
@include small {
36
- font-size : 1.75 rem ;
54
+ font-size : 1 rem ;
37
55
}
38
56
}
39
57
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ on your MCU.
22
22
* [ Connect] ( connect.html ) Your MCU
23
23
* Enter [ Download Mode] ( download.html )
24
24
25
+ ### Install
26
+
25
27
After completing the pre-install checklist above,
26
28
select a build for a generic board with your flash and RAM size, or for a specific board:
27
29
You can’t perform that action at this time.
0 commit comments