From aeb066e94c14cce4248e885d74b46d2d0ce41ea6 Mon Sep 17 00:00:00 2001
From: Oliver Davies <oliver@oliverdavies.uk>
Date: Tue, 9 Feb 2021 21:29:50 +0000
Subject: [PATCH] Fix indentation

---
 Taking Flight with Tailwind CSS/code/20-loops.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Taking Flight with Tailwind CSS/code/20-loops.txt b/Taking Flight with Tailwind CSS/code/20-loops.txt
index 2d30ef4..b39f060 100644
--- a/Taking Flight with Tailwind CSS/code/20-loops.txt	
+++ b/Taking Flight with Tailwind CSS/code/20-loops.txt	
@@ -5,6 +5,6 @@
     class="block py-3 px-4 text-sm text-gray-800"
     href="{{ item.url }}"
   >
-   {{ item.title }}
+    {{ item.title }}
   </a>
 {% endfor %}
\ No newline at end of file