This commit is contained in:
KONE SOREL 2026-03-31 20:12:30 +00:00
parent 931c8f72fd
commit f0b6837928

View File

@ -127,11 +127,11 @@
border-color: var(--color-primary-light);
box-shadow: var(--shadow-sm);
}
.company-logo-area img { height: 32px; width: auto; object-fit: contain; }
.company-logo-area img { height: 60px; width: auto; object-fit: contain; }
.company-logo-area .company-name {
font-size: 0.75rem;
font-weight: 600;
color: var(--text-primary);
color: #000;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;