Fix about page layout
This commit is contained in:
parent
471251fa14
commit
fd7ca7a72c
|
@ -7,7 +7,7 @@
|
||||||
<button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button>
|
<button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button>
|
||||||
</div>
|
</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 category of categories" class="badge badge-primary category">{{ category }}</span>
|
||||||
|
|
||||||
<span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span>
|
<span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span>
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
.about-instance-title {
|
.about-instance-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 20px;
|
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
@ -21,6 +20,7 @@
|
||||||
|
|
||||||
.instance-badges {
|
.instance-badges {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
|
||||||
.badge {
|
.badge {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
Loading…
Reference in New Issue