diff --git a/assets/sass/pages/_home.scss b/assets/sass/pages/_home.scss index 51a81c48c..f12a81a39 100644 --- a/assets/sass/pages/_home.scss +++ b/assets/sass/pages/_home.scss @@ -113,6 +113,12 @@ column-gap: 20px; } } + + .get-started { + a { + @include mixins.rounded-button; + } + } } } diff --git a/index.html b/index.html index 0e1a6afb1..891cfadd4 100644 --- a/index.html +++ b/index.html @@ -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!

-

- Get Started -

+
+ Get Started +