Commit 35bdd449 by Nikola Markovic

sitne ispravke - front

parent fad65328
...@@ -133,7 +133,7 @@ ...@@ -133,7 +133,7 @@
</header> </header>
<section class="features-icons bg-light text-center"> <section class="features-icons bg-light text-center">
<div class="container d-flex justify-content-center align-items-center" style="height: 400px"> <div class="container d-flex justify-content-center align-items-center" style="height:auto; min-height: 400px; padding: 5px 0;">
<div class="row"> <div class="row">
<div class="col-lg-4"> <div class="col-lg-4">
<div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3"> <div class="features-icons-item mx-auto mb-5 mb-lg-0 mb-lg-3">
......
...@@ -172,7 +172,8 @@ ...@@ -172,7 +172,8 @@
</div> </div>
</div> </div>
<div class="col d-flex justify-content-evenly" style="color: #777;"> <div class="col d-flex justify-content-evenly" style="color: #777;">
<h4 th:text="${oglas.cena*oglas.kvadratura} + '$'"></h4> <h4 th:if="${oglas.vrstaOglasaId == 1}" th:text="${oglas.cena*oglas.kvadratura} + '$'"></h4>
<h4 th:if="${oglas.vrstaOglasaId != 1}" th:text="${oglas.cena} + '$/mes'"></h4>
<h4 th:text="${oglas.lokacija} + ', '+${grad}"></h4> <h4 th:text="${oglas.lokacija} + ', '+${grad}"></h4>
</div> </div>
</div> </div>
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
</nav> </nav>
<div class="bg-light py-5"> <div class="bg-light py-5">
<div class="container py-5"> <div class="container py-5 h-auto">
<div class="row mb-4"> <div class="row mb-4">
<div class="col-lg-6"> <div class="col-lg-6">
<h2 class="display-4 font-weight-light">Upoznajte naš tim</h2> <h2 class="display-4 font-weight-light">Upoznajte naš tim</h2>
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
</div> </div>
</div> </div>
</div> </div>
</footer>> </footer>
</div> </div>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment