We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73cf92 commit 3c38df9Copy full SHA for 3c38df9
2 files changed
assets/sass/pages/_home.scss
@@ -113,6 +113,12 @@
113
column-gap: 20px;
114
}
115
116
+
117
+ .get-started {
118
+ a {
119
+ @include mixins.rounded-button;
120
+ }
121
122
123
124
index.html
@@ -170,10 +170,9 @@ <h2>Just the beginning...</h2>
170
into how we are developing CircuitPython. That's the core of the open source
171
concept. This makes CircuitPython better for you and everyone who uses it!
172
</p>
173
- <p>
174
- <a href="https://learn.adafruit.com/welcome-to-circuitpython"
175
- class="action-link include-gap">Get Started</a>
176
- </p>
+ <div class="get-started">
+ <a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a>
+ </div>
177
</div>
178
179
<div class="one-column-content">
0 commit comments