mirror of
https://github.com/two-torial/two-torial.git
synced 2026-09-10 00:15:09 -05:00
Make header-logo scale down proportionally when width exceeds the container
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user