Skip to content

Commit 011eda1

Browse files
committed
graphql logo position fix on small screens graphql#839
1 parent 2edcf76 commit 011eda1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/assets/css/_css/index.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ div.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)