Fix about and display live info layout

pull/3489/head
Chocobozzz 2020-12-16 14:27:12 +01:00
parent 1ab6024345
commit bcbf643249
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 5 additions and 0 deletions

View File

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

View File

@ -9,6 +9,10 @@ p-autocomplete {
margin: 20px 0;
}
.alert-info {
margin: 1rem 0;
}
.badge {
font-size: 13px;
}