From d02f54731e7b14260e66d0bf96a8ba3d0d152ff6 Mon Sep 17 00:00:00 2001 From: Young Guk Kim <kyk1047715@gmail.com> Date: Thu, 26 Apr 2018 01:56:17 +0900 Subject: [PATCH] h --- ti/templates/ti/index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ti/templates/ti/index.html b/ti/templates/ti/index.html index c1e6310..dac7325 100644 --- a/ti/templates/ti/index.html +++ b/ti/templates/ti/index.html @@ -72,7 +72,11 @@ </div> </div> <div class="container text-center"> - <div style="border: 1px; float: left; width: 20%;"> + + <div style="border: 1px; float: left; width: 10%;"> + <h5></h5> + </div> + <div style="border: 1px; float: left; width: 10%;"> <h5></h5> </div> <div style="border: 1px; float: left; width: 20%;"> @@ -84,7 +88,10 @@ <div style="border: 1px; float: left; width: 20%;"> <h5>{{probl3}}</h5> </div> - <div style="border: 1px; float: left; width: 20%;"> + <div style="border: 1px; float: left; width: 10%;"> + <h5></h5> + </div> + <div style="border: 1px; float: left; width: 10%;"> <h5></h5> </div> </div> -- GitLab