Allow logo to take doc width

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-04-02 18:24:21 +04:00
parent 9a418a7711
commit 6600f415b7
5 changed files with 15 additions and 10 deletions

View File

@@ -38,8 +38,9 @@
.company-logo { .company-logo {
max-height: 50px; max-height: 50px;
max-width: 250px; max-width: 100%;
object-fit: contain; height: auto;
width: auto;
display: block; display: block;
} }

View File

@@ -38,8 +38,9 @@
.company-logo { .company-logo {
max-height: 50px; max-height: 50px;
max-width: 250px; max-width: 100%;
object-fit: contain; height: auto;
width: auto;
display: block; display: block;
} }

View File

@@ -38,8 +38,9 @@
.company-logo { .company-logo {
max-height: 50px; max-height: 50px;
max-width: 250px; max-width: 100%;
object-fit: contain; height: auto;
width: auto;
display: block; display: block;
} }

View File

@@ -65,8 +65,9 @@
.company-logo { .company-logo {
max-height: 50px; max-height: 50px;
max-width: 250px; max-width: 100%;
object-fit: contain; height: auto;
width: auto;
display: block; display: block;
} }

View File

@@ -38,8 +38,9 @@
.company-logo { .company-logo {
max-height: 50px; max-height: 50px;
max-width: 250px; max-width: 100%;
object-fit: contain; height: auto;
width: auto;
display: block; display: block;
} }