diff --git a/assets/sass/pages/_home.scss b/assets/sass/pages/_home.scss
index 2f2cc483..efcef760 100644
--- a/assets/sass/pages/_home.scss
+++ b/assets/sass/pages/_home.scss
@@ -10,9 +10,10 @@
}
.content {
- h1 {
+ h2 {
width: 75%;
margin: 20px auto;
+ font-size: 2em;
}
p {
diff --git a/index.html b/index.html
index d3ac4bfa..da358bfa 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@ layout: home
-
CircuitPython is a programming language designed to simplify experimenting and learning to code on low-cost microcontroller boards. It makes getting @@ -26,7 +26,7 @@ layout: home srcset="{{ "/assets/images/python.png" | relative_url }} 1x, {{ "/assets/images/python@2x.png" | relative_url }} 2x, {{ "/assets/images/python@3x.png" | relative_url }} 3x" alt="Python Logo"> -
Python is the fastest growing programming language. It's taught in schools and universities. It's a high-level programming language which @@ -49,7 +49,7 @@ layout: home srcset="{{ "/assets/images/microcontrollers.png" | relative_url }} 1x, {{ "/assets/images/microcontrollers@2x.png" | relative_url }} 2x, {{ "/assets/images/microcontrollers@3x.png" | relative_url }} 3x" alt="Image of various microcontrollers"> -
CircuitPython is designed to run on microcontroller boards. A microcontroller board is a circuit board with a microcontroller chip that's @@ -63,7 +63,7 @@ layout: home
CircuitPython continues to evolve, and is constantly being updated. We welcome and encourage feedback from the community, and we incorporate this @@ -121,7 +121,7 @@ layout: home Get started with CircuitPython >
CircuitPython wouldn't exist without the awesome work of Damien George and the MicroPython community. They did the hard work to reimplement Python on microcontrollers and continue to push the boundaries of what is possible.