Add body margins
This commit is contained in:
parent
7547badc57
commit
71759c3582
2 changed files with 5 additions and 0 deletions
4
src/exercises/static/exercises/style.css
Normal file
4
src/exercises/static/exercises/style.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
body {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
}
|
|
@ -8,6 +8,7 @@
|
|||
href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
|
||||
integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2"
|
||||
crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="{% static 'exercises/style.css' %}">
|
||||
{% include "exercises/icons.html" %}
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue