Skip to content

Commit 1c038ff

Browse files
James BrundageJames Brundage
authored andcommitted
feat: WebSocket Website ( Fixes #19 )
Fixing output directory
1 parent 656684d commit 1c038ff

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/_includes/Margin.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{% if page.margin %}
2+
<style id='globalMargin' type='text/css'>{{page.margin}}</style>
3+
{% elsif site.margin %}
4+
<style id='globalMargin' type='text/css'>{{site.margin}}</style>
5+
{% else %}
6+
<style type='text/css' id='globalMargin'>
7+
body > * { margin: 1em; }
8+
@media (max-width: 960px) {
9+
body > * { margin: .5em; }
10+
}
11+
</style>
12+
{% endif %}

0 commit comments

Comments
 (0)