Constrain MetalCircle wordmark width
This commit is contained in:
@@ -63,9 +63,10 @@ header {
|
|||||||
|
|
||||||
.brand-logo {
|
.brand-logo {
|
||||||
display: block;
|
display: block;
|
||||||
width: min(220px, 42vw);
|
width: min(220px, 42vw) !important;
|
||||||
height: auto;
|
max-width: 100%;
|
||||||
max-height: 58px;
|
height: auto !important;
|
||||||
|
max-height: 58px !important;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user