Fix .logo-container: remove flex, limit to 75px
Mirror and run GitLab CI / build (push) Has been cancelled

This commit is contained in:
admin
2026-06-14 20:54:19 +00:00
parent e55f36a131
commit c792fa17e8
+6 -3
View File
@@ -41,13 +41,16 @@
.header-title::after {{ bottom: 0.4em; }}
.logo-container {{
flex-shrink: 0;
display: inline-block;
max-width: 75px;
max-height: 75px;
margin-left: 20px;
}}
.logo {{
height: 20px;
width: auto;
max-width: 100%;
max-height: 100%;
height: auto;
display: block;
}}