This commit is contained in:
Vitalii Kiiko
2024-09-03 10:44:07 +02:00
parent 6f6234a1d8
commit 429ca3c1d1
12 changed files with 105 additions and 26 deletions

View File

@@ -90,6 +90,13 @@
line-height: normal;
margin: 0 0 24px;
}
.row {
display: flex;
gap: 1rem;
align-items: center;
padding: 5px 0;
}
}
.appPageSection__withBorder {