File tree 2 files changed +15
-16
lines changed
2 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ <h3>CircuitPython {{ version.version }}</h3>
18
18
{% if version.stable %}
19
19
< p >
20
20
This is the latest < strong > stable</ strong > release of CircuitPython that will work with the {{ page.name }}.
21
- </ p >
22
- < p >
23
21
< strong > Use this release</ strong > if you are new to CircuitPython.
24
22
</ p >
25
23
{% else %}
@@ -45,14 +43,10 @@ <h3>CircuitPython {{ version.version }}</h3>
45
43
Older bootloaders cannot load the firmware. See < i > Update UF2 Bootloader</ i > below.</ b >
46
44
</ p >
47
45
{% endif %}
48
- < div class ="release-details ">
49
- < p >
50
- < a href ="https://github.com/adafruit/circuitpython/releases/tag/{{ version.version }} "> Release Notes for {{ version.version }}</ a >
51
- </ p >
52
- {% if page.download_instructions != nil and page.download_instructions != "" %}
53
- < a class ="download-button install-instructions-button " target ="_blank " href ="{{ page.download_instructions }} "> HOW TO INSTALL< i class ="fas fa-arrow-circle-right " aria-hidden ="true "> </ i > </ a >
54
- {% endif %}
55
- </ div >
46
+ < p >
47
+ < a href ="https://github.com/adafruit/circuitpython/releases/tag/{{ version.version }} "> Release Notes for {{ version.version }}</ a >
48
+ </ p >
49
+
56
50
< div class ="download-details ">
57
51
{% comment %}
58
52
Create a list of language codes and names so it can be sorted.
@@ -150,6 +144,9 @@ <h3>CircuitPython {{ version.version }}</h3>
150
144
{% endif %}
151
145
</ div >
152
146
</ div >
147
+ {% if page.download_instructions != nil and page.download_instructions != "" %}
148
+ < a class ="install-instructions " target ="_blank " href ="{{ page.download_instructions }} "> Learn how to install CircuitPython on this board < i class ="fas fa-external-link-alt " aria-hidden ="true "> </ i > </ a >
149
+ {% endif %}
153
150
{% if version.modules %}
154
151
< p >
155
152
Built-in modules available:
Original file line number Diff line number Diff line change 20
20
}
21
21
22
22
h3 {
23
- font-size : 22 px ;
23
+ font-size : 28 px ;
24
24
font-weight : 500 ;
25
25
margin : 0 0 10px 0 ;
26
26
}
31
31
grid-column-gap : 1em ;
32
32
grid-row-gap : 1em ;
33
33
grid-auto-rows : minmax (min-content , max-content );
34
+ font-size : 18px ;
34
35
35
36
.image-section {
36
37
position : relative ;
67
68
width : auto ;
68
69
padding : 15px 30px 15px 30px ;
69
70
color : #fff ;
70
- border-radius : 5 px ;
71
+ border-radius : 10 px ;
71
72
border : none ;
72
73
cursor : pointer ;
73
74
76
77
}
77
78
}
78
79
79
- .install-instructions-button {
80
+ .install-instructions {
81
+ display : block ;
80
82
width : 100% ;
83
+ padding : 0 0 10px 0 ;
81
84
text-align : center ;
82
85
margin-bottom : 1em ;
83
86
}
84
87
85
- .download-details ,
86
- .release-details {
88
+ .download-details {
87
89
display : grid ;
88
90
grid-template-columns : repeat (2 , 1fr );
89
91
}
90
92
91
93
.language-select {
92
94
float : left ;
93
95
margin-right : 1em ;
94
- border-radius : 5 px ;
96
+ border-radius : 10 px ;
95
97
border : 2px solid variables .$gray ;
96
98
overflow : hidden ;
97
99
height : 45px ;
You can’t perform that action at this time.
0 commit comments