feat: Logo-Modell in den App-Einstellungen für CURSOR-AG konfiguriert

This commit is contained in:
Developer 02
2024-09-17 15:47:44 +02:00
parent 341da273c9
commit ebd7c5d6a4
3 changed files with 17 additions and 4 deletions

View File

@@ -7,8 +7,21 @@
width: 9rem;
}
.cursor-locked-logo {
width: 9rem;
padding-top: 1rem;
}
.cursor-show-logo {
width: 6rem;
}
@media (max-width: 767px) {
.dd-show-logo {
width: 5rem;
}
.cursor-show-logo {
width: 3rem;
}
}