diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.scss | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index 40602311c..d8794d602 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -7,7 +7,7 @@ | |||
7 | <button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button> | 7 | <button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button> |
8 | </div> | 8 | </div> |
9 | 9 | ||
10 | <div class="block instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0"> | 10 | <div class="instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0"> |
11 | <span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span> | 11 | <span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span> |
12 | 12 | ||
13 | <span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span> | 13 | <span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span> |
diff --git a/client/src/app/+about/about-instance/about-instance.component.scss b/client/src/app/+about/about-instance/about-instance.component.scss index 1a6fad13a..7158a3a79 100644 --- a/client/src/app/+about/about-instance/about-instance.component.scss +++ b/client/src/app/+about/about-instance/about-instance.component.scss | |||
@@ -4,7 +4,6 @@ | |||
4 | .about-instance-title { | 4 | .about-instance-title { |
5 | display: flex; | 5 | display: flex; |
6 | justify-content: space-between; | 6 | justify-content: space-between; |
7 | margin-bottom: 20px; | ||
8 | 7 | ||
9 | .title { | 8 | .title { |
10 | font-size: 20px; | 9 | font-size: 20px; |
@@ -21,6 +20,7 @@ | |||
21 | 20 | ||
22 | .instance-badges { | 21 | .instance-badges { |
23 | font-size: 16px; | 22 | font-size: 16px; |
23 | margin-bottom: 20px; | ||
24 | 24 | ||
25 | .badge { | 25 | .badge { |
26 | font-size: 12px; | 26 | font-size: 12px; |