margin, padding and visual delimitation fix

This commit is contained in:
Set Sakrecoer 2019-06-19 12:52:22 +02:00
parent 66bb745c36
commit edeb975500
10 changed files with 167 additions and 205 deletions

View file

@ -3,7 +3,7 @@
<!DOCTYPE html>
<html>
<head>
{% include metahead.html %}
{% include metahead.html %}
</head>
<body>
@ -11,15 +11,15 @@
<canvas style="display:none" id="canvas3" width="570" height="570"></canvas>
<canvas id="canvas2" width="570" height="570">*** THIS BROWSER DOES NOT SUPPORT THE CANVAS ELEMENT ***</canvas>
{% include rightnow.html %}
{% include editor-open-closebutton.html %}
{% include hero.html %}
{% include rightnow.html %}
{% include editor-open-closebutton.html %}
{% include hero.html %}
<div id="content">
{{ content }}
{{ content }}
</div>
<div id="footer">
{% include footer.html %}
{% include footer.html %}
</div>