Skip to content

Commit e9b2bfe

Browse files
graphql logo position fix on small screens (#839)
Co-authored-by: Ivan Goncharov <ivan.goncharov.ua@gmail.com>
1 parent 128c88a commit e9b2bfe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/_css/index.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ body.index {
125125
display: block;
126126
width: 90px;
127127
height: 90px;
128+
@media screen and (max-width: 55rem) {
129+
margin-top: 3rem;
130+
}
128131
}
129132
}
130133

0 commit comments

Comments
 (0)