Fix .logo-container: remove flex, limit to 75px
Mirror and run GitLab CI / build (push) Has been cancelled
Mirror and run GitLab CI / build (push) Has been cancelled
This commit is contained in:
+6
-3
@@ -41,13 +41,16 @@
|
|||||||
.header-title::after {{ bottom: 0.4em; }}
|
.header-title::after {{ bottom: 0.4em; }}
|
||||||
|
|
||||||
.logo-container {{
|
.logo-container {{
|
||||||
flex-shrink: 0;
|
display: inline-block;
|
||||||
|
max-width: 75px;
|
||||||
|
max-height: 75px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
.logo {{
|
.logo {{
|
||||||
height: 20px;
|
max-width: 100%;
|
||||||
width: auto;
|
max-height: 100%;
|
||||||
|
height: auto;
|
||||||
display: block;
|
display: block;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user