get started for one column and just the beginning section

This commit is contained in:
Justin Cooper 2025-02-13 10:20:39 -06:00
parent c73cf924ea
commit 3c38df9890
2 changed files with 9 additions and 4 deletions

View file

@ -113,6 +113,12 @@
column-gap: 20px;
}
}
.get-started {
a {
@include mixins.rounded-button;
}
}
}
}

View file

@ -170,10 +170,9 @@ layout: home
into how we are developing CircuitPython. That's the core of the open source
concept. This makes CircuitPython better for you and everyone who uses it!
</p>
<p>
<a href="https://learn.adafruit.com/welcome-to-circuitpython"
class="action-link include-gap">Get Started</a>
</p>
<div class="get-started">
<a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a>
</div>
</div>
<div class="one-column-content">