get started for one column and just the beginning section
This commit is contained in:
parent
c73cf924ea
commit
3c38df9890
2 changed files with 9 additions and 4 deletions
|
|
@ -113,6 +113,12 @@
|
|||
column-gap: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.get-started {
|
||||
a {
|
||||
@include mixins.rounded-button;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue