Skip to content

Commit 978ab37

Browse files
authored
fix(website): style for bk image (#1694)
1 parent 173ef51 commit 978ab37

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

site/pages/index.less

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
div[class^='PlayGround-module--exampleContainerWrapper'] {
22
overflow: hidden;
3-
}
3+
}
4+
5+
@media (max-width: 480px) {
6+
.teaser-img img {
7+
margin-left: 0!important;
8+
margin-top: 60px!important;
9+
}
10+
}
11+
12+
@media (max-width: 900px) {
13+
.teaser-img img {
14+
margin-left: 0!important;
15+
margin-top: 0!important;
16+
}
17+
}

0 commit comments

Comments
 (0)