Compare commits
3 Commits
jenkins-ba
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
| 5351a2ba58 | |||
| 0bb9097513 | |||
| d7cad0d5c7 |
@ -1,5 +1,4 @@
|
|||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
import { LoaderService } from './services/loader.service';
|
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-root',
|
selector: 'app-root',
|
||||||
|
|||||||
@ -57,9 +57,9 @@
|
|||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<h3 class="project-title">{{project.name}}</h3>
|
<h3 class="project-title">{{project.name}}</h3>
|
||||||
|
<div class="project-category">
|
||||||
<span class="project-category" *ngFor="let category of project.categories; index as i" [ngClass]="i > 0 ? 'inline no-margin' : 'inline'">{{i > 0 ? ', ' + category : category}}</span>
|
<span *ngFor="let responsbility of project.responsibilities; index as i" class="inline">{{i > 0 ? ', ' + responsbility : responsbility}}</span>
|
||||||
|
</div>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|||||||
@ -504,7 +504,7 @@
|
|||||||
line-height: 1.6;
|
line-height: 1.6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-text p { margin-bottom: 15px; }
|
.about-text pre { margin-bottom: 15px; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -1255,7 +1255,7 @@
|
|||||||
|
|
||||||
.project-img,
|
.project-img,
|
||||||
.blog-banner-box { height: auto; }
|
.blog-banner-box { height: auto; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1394,7 +1394,7 @@
|
|||||||
|
|
||||||
.about .article-title { margin-bottom: 20px; }
|
.about .article-title { margin-bottom: 20px; }
|
||||||
|
|
||||||
.about-text { margin-bottom: 40px; }
|
.about-text { margin-bottom: 35px; }
|
||||||
|
|
||||||
/* service */
|
/* service */
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user