diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 30f692a..cc08e1a 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -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;