Skip to content

Commit 52f06fd

Browse files
committed
style updates
1 parent 31f5ca8 commit 52f06fd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

index.css

+18
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
color: #4A4F5E;
5757
}
5858

59+
.stackgl-readme h3 + h3,
60+
.stackgl-readme h4 + h4 {
61+
margin-top: -0.5em;
62+
}
63+
5964
.stackgl-readme h2 + h3 {
6065
margin-top: 0;
6166
}
@@ -229,3 +234,16 @@
229234
.stackgl-readme ::-webkit-scrollbar-thumb:active {
230235
background: #A9B0C2;
231236
}
237+
238+
/**
239+
* iframes
240+
*/
241+
.stackgl-readme iframe {
242+
width: 100%;
243+
height: 300px;
244+
border: 0;
245+
}
246+
247+
.stackgl-readme h1 + iframe {
248+
margin-top: 2rem;
249+
}

0 commit comments

Comments
 (0)