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 {
max-height: 50px;
max-width: 250px;
object-fit: contain;
max-width: 100%;
height: auto;
width: auto;
display: block;
}

View File

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

View File

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

View File

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

View File

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