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