From d379d1026aa72ee975b265742caffbc28059e79a Mon Sep 17 00:00:00 2001 From: Young Guk Kim <kyk1047715@gmail.com> Date: Thu, 26 Apr 2018 01:51:11 +0900 Subject: [PATCH] h --- ti/templates/ti/index.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/ti/templates/ti/index.html b/ti/templates/ti/index.html index 5d8a46b..24f6270 100644 --- a/ti/templates/ti/index.html +++ b/ti/templates/ti/index.html @@ -72,15 +72,21 @@ </div> </div> <div class="container text-center"> - <div style="border: 1px; float: left; width: 33%;"> + <div style="border: 1px; float: left; width: 20%;"> + + </div> + <div style="border: 1px; float: left; width: 20%;"> <h5>{{probl2}}</h5> </div> - <div style="border: 1px; float: left; width: 33%;"> - <h3>{{probl1}}</h4> + <div style="border: 1px; float: left; width: 20%;"> + <h5>{{probl1}}</h5> </div> - <div style="border: 1px; float: left; width: 33%;"> + <div style="border: 1px; float: left; width: 20%;"> <h5>{{probl3}}</h5> </div> + <div style="border: 1px; float: left; width: 20%;"> + + </div> </div> <div class="container text-center"> <div><form action="/#about" method="post" id="frm" enctype="multipart/form-data"></div> -- GitLab