Allow logo to take doc width
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user