Skip to content

Commit

Permalink
fix(website): style for bk image (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc authored Oct 9, 2020
1 parent 173ef51 commit 978ab37
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion site/pages/index.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
div[class^='PlayGround-module--exampleContainerWrapper'] {
overflow: hidden;
}
}

@media (max-width: 480px) {
.teaser-img img {
margin-left: 0!important;
margin-top: 60px!important;
}
}

@media (max-width: 900px) {
.teaser-img img {
margin-left: 0!important;
margin-top: 0!important;
}
}

0 comments on commit 978ab37

Please sign in to comment.