svg size adjust

This commit is contained in:
Edin Dazdarevic
2017-12-17 23:39:18 +01:00
parent 0ed9e90b7d
commit e8e711d665
4 changed files with 6 additions and 6 deletions

View File

@@ -668,9 +668,9 @@ footer .back-to-top{
/*padding: 5px;*/
}
.around-svg {
width: 200px;
height: 200px;
.around-svg {
width: 150px;
height: 150px;
}
/*========================Media Query================================*/

2
dist/all.css vendored

File diff suppressed because one or more lines are too long

2
dist/index.html vendored
View File

@@ -465,7 +465,7 @@
</div>
<div class="col-md-6 col-sm-6 pad0 border-box space-top-left" data-animation="slideInRight">
<img src="img/how_we_work/code_reviews.svg" class="img-responsive center-block" alt="icon4">
<h4 class="heading-tag">Code reviews</h4>
<h4 class="heading-tag">Code Reviews</h4>
<p class="details2">“Two Heads are Better Than One”. Code reviews are integrated part of our process which makes catching bugs early before they event get merged into the code. We make sure each change is reviewed by multiple people before shipping it to the production environment.</p>
<a class="readmore visible-xs">Read more</a>
</div>

View File

@@ -465,7 +465,7 @@
</div>
<div class="col-md-6 col-sm-6 pad0 border-box space-top-left" data-animation="slideInRight">
<img src="img/how_we_work/code_reviews.svg" class="img-responsive center-block" alt="icon4">
<h4 class="heading-tag">Code reviews</h4>
<h4 class="heading-tag">Code Reviews</h4>
<p class="details2">“Two Heads are Better Than One”. Code reviews are integrated part of our process which makes catching bugs early before they event get merged into the code. We make sure each change is reviewed by multiple people before shipping it to the production environment.</p>
<a class="readmore visible-xs">Read more</a>
</div>