Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 3c33665

Browse files
committed
fix overlap of logo in binary SE
1 parent d61abfa commit 3c33665

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

static/css/_landing-binary.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@ $header-color : #333333;
755755
@include for-size(mobile) {
756756
flex-direction: column-reverse;
757757
padding: 1rem 1.4rem 0px 1.4rem;
758+
gap: unset;
758759
}
759760
&_box-binary {
760761
display: flex;
@@ -811,6 +812,12 @@ $header-color : #333333;
811812
@include for-size(mobile) {
812813
display: flex;
813814
}
815+
816+
@media only screen
817+
818+
and (max-device-width: 375px) {
819+
820+
}
814821
}
815822
}
816823
}

0 commit comments

Comments
 (0)