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; 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 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! concept. This makes CircuitPython better for you and everyone who uses it!
</p> </p>
<p> <div class="get-started">
<a href="https://learn.adafruit.com/welcome-to-circuitpython" <a href="https://learn.adafruit.com/welcome-to-circuitpython">Get Started</a>
class="action-link include-gap">Get Started</a> </div>
</p>
</div> </div>
<div class="one-column-content"> <div class="one-column-content">