From e37dfc313d0c76e3a27516c6fd88a433af5344ec Mon Sep 17 00:00:00 2001
From: dalgona92 <dalgona92@gmail.com>
Date: Wed, 20 Feb 2019 22:50:04 +0900
Subject: [PATCH] change the align of title

---
 w5.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/w5.html b/w5.html
index c956a43..6499e50 100644
--- a/w5.html
+++ b/w5.html
@@ -69,8 +69,8 @@
 
 
           <!-- Date/Time -->
-          <h4 class="mt-4"> [Group] Characterize the design rules for your PCB production process.</h4>
-          <h4 class="mt-4"> [Individual] Make an in-circuit programmer by milling the PCB, program it.</h4>
+          <h4 class="mt-4 text-center"> [Group] Characterize the design rules for your PCB production process.</h4>
+          <h4 class="mt-4 text-center"> [Individual] Make an in-circuit programmer by milling the PCB, program it.</h4>
 
           <hr>
 
-- 
GitLab