Fix navigation margin

This commit is contained in:
Misode
2022-07-02 14:05:56 +02:00
parent 12ad631056
commit c335553a25

View File

@@ -1683,6 +1683,10 @@ hr {
flex-basis: 100%;
}
.navigation + .card-column {
margin-top: 8px;
}
.version-detail {
color: var(--text-3);
}