Skip to content

Commit 8f24460

Browse files
bug(docs): #243 fix classname for stackblitz show embed styles (#244)
1 parent b2c565f commit 8f24460

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/styles/docs.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,9 @@ app-side-nav {
166166
}
167167

168168
@media (min-width: 768px) {
169-
.page-content {
169+
.page-content .content-outlet {
170170
& iframe.stackblitz {
171+
margin: 10px 0;
171172
width: 100%;
172173
height: 800px;
173174
display: block;

0 commit comments

Comments
 (0)