Skip to content

Commit bd27a1c

Browse files
authored
Update docs/index.md
1 parent 37724ea commit bd27a1c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ For these first versions, functionality is limited and some concessions made:
124124
* CSS and JavaScript are all included in the same HTML file to reduce complexity.
125125
* We include the `frameborder` and `scrolling` attributes by default since we cannot know your setup, but you can optionally remove them and set them yourself via CSS:
126126

127-
{% highlight css %}
128-
iframe {
129-
overflow: hidden;
130-
border: 0;
131-
}
132-
{% endhighlight %}
127+
{% highlight css %}
128+
iframe {
129+
overflow: hidden;
130+
border: 0;
131+
}
132+
{% endhighlight %}
133133

134134
More refinement and functionality is planned with open-sourcing—any help is always appreciated!
135135

0 commit comments

Comments
 (0)