Make header-logo scale down proportionally when width exceeds the container

This commit is contained in:
Akitake 2025-04-08 13:07:41 +02:00
parent 76fcd970cb
commit f37a36c3f6

View File

@ -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;
}