Skip to content

Commit b62974c

Browse files
committed
Tweaking with Cayman banner
1 parent dac8021 commit b62974c

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

assets/css/style.scss

+20-2
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,33 @@
2525
margin-bottom: 0.1rem;
2626

2727
@include large {
28-
font-size: 1.25rem;
28+
font-size: 2rem;
2929
}
3030

3131
@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 {
3246
font-size: 1.25rem;
3347
}
3448

49+
@include medium {
50+
font-size: 1.15rem;
51+
}
52+
3553
@include small {
36-
font-size: 1.75rem;
54+
font-size: 1rem;
3755
}
3856
}
3957

index.md

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ on your MCU.
2222
* [Connect](connect.html) Your MCU
2323
* Enter [Download Mode](download.html)
2424

25+
### Install
26+
2527
After completing the pre-install checklist above,
2628
select a build for a generic board with your flash and RAM size, or for a specific board:
2729

0 commit comments

Comments
 (0)