Skip to content

Commit 3c38df9

Browse files
committed
get started for one column and just the beginning section
1 parent c73cf92 commit 3c38df9

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

assets/sass/pages/_home.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@
113113
column-gap: 20px;
114114
}
115115
}
116+
117+
.get-started {
118+
a {
119+
@include mixins.rounded-button;
120+
}
121+
}
116122
}
117123
}
118124

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,9 @@ <h2>Just the beginning...</h2>
170170
into how we are developing CircuitPython. That's the core of the open source
171171
concept. This makes CircuitPython better for you and everyone who uses it!
172172
</p>
173-
<p>
174-
<a href="https://learn.adafruit.com/welcome-to-circuitpython"
175-
class="action-link include-gap">Get Started</a>
176-
</p>
173+
<div class="get-started">
174+
<a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a>
175+
</div>
177176
</div>
178177

179178
<div class="one-column-content">

0 commit comments

Comments
 (0)