Make room for natsoni as project member
This commit is contained in:
parent
b0058e94ce
commit
6daffe5b13
@ -380,7 +380,7 @@
|
||||
<h3 i18n="about.project_members">Project Members</h3>
|
||||
<div class="wrapper">
|
||||
<ng-template ngFor let-contributor [ngForOf]="contributors.core">
|
||||
<a [href]="'https://github.com/' + contributor.name" target="_blank" [title]="contributor.name">
|
||||
<a [href]="'https://github.com/' + contributor.name" target="_blank" [title]="contributor.name" [class]="'project-member-avatar'">
|
||||
<img class="image" [src]="'/api/v1/contributors/images/' + contributor.id" onError="this.src = '/resources/profile/unknown.svg'; this.className = 'image unknown'"/>
|
||||
<span>{{ contributor.name }}</span>
|
||||
</a>
|
||||
|
@ -177,6 +177,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
#project-members a.project-member-avatar img {
|
||||
margin: 40px 20px 10px;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
text-align: left;
|
||||
max-width: 620px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user