Skip to content

Commit 2fa2fec

Browse files
committed
use 'how to install' and center
1 parent 21ef7f6 commit 2fa2fec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_includes/download/board.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

assets/sass/pages/_download.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060

6161
.install-instructions-button{
6262
width: 100%;
63+
text-align: center;
6364
margin-bottom: 1em;
6465
}
6566

0 commit comments

Comments
 (0)