mirror of
https://github.com/two-torial/two-torial.git
synced 2026-07-17 17:09:31 -05:00
Make header-logo scale down proportionally when width exceeds the container
This commit is contained in:
parent
76fcd970cb
commit
f37a36c3f6
|
|
@ -1,7 +1,9 @@
|
|||
.header-logo {
|
||||
height: 150px !important;
|
||||
width: auto;
|
||||
max-width: 100%;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
object-fit: contain;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user