We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96be83 commit ea336a2Copy full SHA for ea336a2
_layouts/default.html
@@ -15,7 +15,7 @@
15
<header>
16
<img alt="logo" src="https://www.latex-project.org/img/latex-project-logo.svg"/>
17
</header>
18
- <div class="container-lg px-3 my-5 markdown-body" style="background-color:white">
+ <div class="container-lg px-3 my-5 markdown-body" style="background-color:white;margin-top:1em;margin-bottom:1em;">
19
{% if site.title and site.title != page.title %}
20
<h3><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h3>
21
{% endif %}
0 commit comments