fixed wir page, icons & text

This commit is contained in:
Ulf Gebhardt 2018-02-12 12:26:46 +01:00
parent f25a1b312e
commit 190d51f52a
2 changed files with 12 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<div class="wthree-heading" style="padding-top: 4em;"> <div class="wthree-heading" style="padding-top: 4em;">
<h3 id="h4werte">Unsere Mittel</h3> <h3 id="h4werte">Unsere Mittel</h3>
</div> </div>
<div class="row" style="margin-top: 2em;"> <div class="row" style="margin-top: 2em; margin-left: 15px; margin-right: 15px;">
<div class="col-md-5 col-xs-12"> <div class="col-md-5 col-xs-12">
<br><br> <br><br>
<div class="row agile-services-left">${icons}</div> <div class="row agile-services-left">${icons}</div>
@ -16,7 +16,6 @@
<br> <br>
<p>${wir_text}</p> <p>${wir_text}</p>
</div> </div>
<div class="clearfix"> </div>
</div> </div>
</div> </div>
<style> <style>
@ -67,11 +66,18 @@
</div> </div>
</div> </div>
</div> </div>
<div class="testimonial" style="margin-top: 100px;"> <style>
@media only screen and (max-width: 767px) {
#network{
padding-bottom: 0;
}
}
</style>
<div class="testimonial" style="margin-top: 100px;" id="network">
<div class="container"> <div class="container">
<div class="agileits-w3layouts-info"> <div class="agileits-w3layouts-info">
<div class="testimonial-grid row"> <div class="testimonial-grid row" style="margin-left: 15px; margin-right: 15px;">
${network} ${network}
</div> </div>
</div> </div>

View File

@ -2,4 +2,5 @@
<i class="fa ${icon}" style="font-size: 48px; margin-bottom: 15px;"></i> <i class="fa ${icon}" style="font-size: 48px; margin-bottom: 15px;"></i>
<h4 style="margin-bottom: 15px;">${name}</h4> <h4 style="margin-bottom: 15px;">${name}</h4>
<h3><div class="badge badge-success">${number}</div></h3> <h3><div class="badge badge-success">${number}</div></h3>
<div class="d-md-none" style="margin-bottom: 64px;">&nbsp;</div>
</div> </div>