Fix about page layout

pull/3628/head
Chocobozzz 2021-01-20 10:45:48 +01:00
parent 471251fa14
commit fd7ca7a72c
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button>
</div>
<div class="block instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0">
<div class="instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0">
<span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span>
<span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span>

View File

@ -4,7 +4,6 @@
.about-instance-title {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
.title {
font-size: 20px;
@ -21,6 +20,7 @@
.instance-badges {
font-size: 16px;
margin-bottom: 20px;
.badge {
font-size: 12px;