Skip to content

Commit

Permalink
feat: WebSocket Website ( Fixes #19 )
Browse files Browse the repository at this point in the history
Adding workflow step
  • Loading branch information
James Brundage authored and James Brundage committed Nov 27, 2024
1 parent 0c8169a commit 6a7ecc2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _includes/Margin.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% if page.margin %}
<style id='globalMargin' type='text/css'>{{page.margin}}</style>
{% elsif site.margin %}
<style id='globalMargin' type='text/css'>{{site.margin}}</style>
{% else %}
<style type='text/css' id='globalMargin'>
body > * { margin: 1em; }
@media (max-width: 960px) {
body > * { margin: .5em; }
}
</style>
{% endif %}

0 comments on commit 6a7ecc2

Please sign in to comment.