From 526b2450a93b2e6c55e0530b2517675ebc622758 Mon Sep 17 00:00:00 2001
From: Young Guk Kim <kyk1047715@gmail.com>
Date: Wed, 25 Apr 2018 07:26:29 +0900
Subject: [PATCH] callout

---
 ti/templates/ti/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ti/templates/ti/index.html b/ti/templates/ti/index.html
index 89ee670..296698a 100644
--- a/ti/templates/ti/index.html
+++ b/ti/templates/ti/index.html
@@ -62,7 +62,7 @@
       <div class="overlay"></div>
     </header>
     <!-- About -->
-    <section class="content-section bg-light" id="about">
+    <section class="callout" id="about">
       <div class="container text-center">
         <div class="row">
           <div class="col-lg-10 mx-auto">
@@ -111,7 +111,7 @@
     {% load staticfiles %}
     <script type="text/javascript" src="{% static 'ti/cv.js' %}">
     </script>
-    
+
     <script type="text/javascript">
       function fromDataURL(ctx){
         // var copyCanvas = document.getElementById('copyCanvas');
-- 
GitLab