Fix node header layout

This commit is contained in:
nymkappa
2022-08-31 08:17:42 +02:00
parent 9131521e7d
commit e8151e8393
3 changed files with 19 additions and 12 deletions

View File

@@ -77,3 +77,10 @@ app-fiat {
left: calc(50% - 15px);
z-index: 100;
}
.label {
width: 50%;
@media (min-width: 576px) {
width: 40%;
}
}