File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ <h3>CircuitPython {{ version.version }}</h3>
5050 < a href ="https://github.com/adafruit/circuitpython/releases/tag/{{ version.version }} "> Release Notes for {{ version.version }}</ a >
5151 </ p >
5252 {% if page.download_instructions != nil and page.download_instructions != "" %}
53- < a class ="download-button install-instructions-button " target ="_blank " href ="{{ page.download_instructions }} "> INSTALL INSTRUCTIONS < i class ="fas fa-arrow-circle-right " aria-hidden ="true "> </ i > </ a >
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 >
5454 {% endif %}
5555 </ div >
5656 < div class ="download-details ">
Original file line number Diff line number Diff line change 6060
6161 .install-instructions-button {
6262 width : 100% ;
63+ text-align : center ;
6364 margin-bottom : 1em ;
6465 }
6566
You can’t perform that action at this time.
0 commit comments