From 92ee85d62a1ddf334b1a5d759655f6359b78bac3 Mon Sep 17 00:00:00 2001 From: Wes Cossick Date: Mon, 22 Jun 2015 16:17:55 -0500 Subject: [PATCH] Decrease header size --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 2fb5d5b..1f2df11 100644 --- a/index.html +++ b/index.html @@ -45,12 +45,12 @@ Go ahead, play around with the editor! Be sure to check out **bold** and *italic ## Lists Unordered lists can be started using the toolbar or by typing `* `, `- `, or `+ `. Ordered lists can be started by typing `1. `. -### Unordered +#### Unordered * Lists are a piece of cake too * They even auto continue as you type * A double enter will end them -### Ordered +#### Ordered 1. Numbered lists... 2. ...work too!