feat: signFlow-Logo hinzufügen

This commit is contained in:
Developer 02
2024-10-14 19:18:40 +02:00
parent b1f771c320
commit 2c8ccd3e7c
4 changed files with 8 additions and 4 deletions

View File

@@ -441,6 +441,10 @@ footer#page-footer {
padding: 0;
}
.app-logo {
width: 8rem;
}
/* styles for mobile responsiveness */
@media (max-height: 850px) {
.navbar .container {

File diff suppressed because one or more lines are too long