Skip to content
Snippets Groups Projects
Unverified Commit 6bed7f0e authored by GyDi's avatar GyDi
Browse files

fix: windows logo size

parent 7597d335
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,13 @@
.windows,
.unknown {
&.layout {
$maxLogo: 115px;
.layout__left .the-logo {
flex: 0 1 $maxLogo;
max-width: $maxLogo + 32px;
max-height: $maxLogo;
}
.layout__right .the-content {
top: 30px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment