1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

_layouts/error.html: remove markdown-body class from header container.

This commit is contained in:
Henrik Hautakoski 2020-06-05 15:56:28 +02:00
parent d7872a477b
commit 4c8a991692

View file

@ -2,7 +2,7 @@
<html lang="{{ site.lang | default: "en-US" }}">
{% include head.html %}
<body>
<div class="container-lg px-3 my-5 markdown-body">
<div class="container-lg px-3 my-5">
{% include header.html %}
</div>