Commit 632a883f authored by shadMod's avatar shadMod 💬

quick fix display template

parent 9041fd8f
......@@ -38,11 +38,11 @@ Derivate
</div>
</div>
</div>
<div class="page bg-transparent shadow-none">
<div class="page w-100 bg-transparent shadow-none">
{% for name, distro in distros.items() %}
{% with info = distro.info %}
<div class="row m-auto mx-25 background-wallpaper {{ info.name.lower().replace(' ', '-') }}">
<div class="row m-auto background-wallpaper {{ info.name.lower().replace(' ', '-') }}">
<div class="col">
<h1>
{{ info.name }}
......@@ -78,7 +78,7 @@ Derivate
{% endwith %}
{% endfor %}
<div class="row m-auto">
<div class="row m-auto mt-25">
<div>
<p>
Esistono altre derivate, versioni non ufficiali o di cui è cessato
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment