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