svg size adjust
This commit is contained in:
@@ -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
2
dist/all.css
vendored
File diff suppressed because one or more lines are too long
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user