Fix about and display live info layout
This commit is contained in:
parent
1ab6024345
commit
bcbf643249
|
@ -4,6 +4,7 @@
|
|||
.about-instance-title {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 20px;
|
||||
|
||||
.title {
|
||||
font-size: 20px;
|
||||
|
|
|
@ -9,6 +9,10 @@ p-autocomplete {
|
|||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.alert-info {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.badge {
|
||||
font-size: 13px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue