Fix spacing

This commit is contained in:
S.M Mukarram Nainar 2022-02-02 18:37:48 -05:00
parent ef56166c81
commit c8c37b7e93
2 changed files with 8 additions and 1 deletions

View File

@ -436,3 +436,8 @@ h6, .h6 {
display: inline-block;
margin-right: 0.3em;
}
img {
height: auto;
max-width: 100%;
}

View File

@ -8,7 +8,9 @@
</head>
<body>
{% block content %} {% endblock %}
<main class="container">
{% block content %} {% endblock %}
</main>
</body>
</html>