We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f5ca8 commit 52f06fdCopy full SHA for 52f06fd
index.css
@@ -56,6 +56,11 @@
56
color: #4A4F5E;
57
}
58
59
+.stackgl-readme h3 + h3,
60
+.stackgl-readme h4 + h4 {
61
+ margin-top: -0.5em;
62
+}
63
+
64
.stackgl-readme h2 + h3 {
65
margin-top: 0;
66
@@ -229,3 +234,16 @@
229
234
.stackgl-readme ::-webkit-scrollbar-thumb:active {
230
235
background: #A9B0C2;
231
236
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