Showing
1 changed file
with
1 additions
and
1 deletions
@@ -69,7 +69,7 @@ | @@ -69,7 +69,7 @@ | ||
69 | <div class="row"> | 69 | <div class="row"> |
70 | <c:forEach items="${portalMap}" var="m" varStatus="mq"> | 70 | <c:forEach items="${portalMap}" var="m" varStatus="mq"> |
71 | <div class="col-sm-12 col-md-6 col-lg-4 "> | 71 | <div class="col-sm-12 col-md-6 col-lg-4 "> |
72 | - <div class="thumbnail" style="height:950px;"> | 72 | + <div class="thumbnail" style=""> |
73 | <div style="width:90%;height:150px; | 73 | <div style="width:90%;height:150px; |
74 | <c:if test="${mq.index == 0}">background-color: rebeccapurple;</c:if> | 74 | <c:if test="${mq.index == 0}">background-color: rebeccapurple;</c:if> |
75 | <c:if test="${mq.index == 1}">background-color: #0C5F61;</c:if> | 75 | <c:if test="${mq.index == 1}">background-color: #0C5F61;</c:if> |
-
Please register or login to post a comment