Commit 632a883f authored by shadMod's avatar shadMod 💬

quick fix display template

parent 9041fd8f
...@@ -38,11 +38,11 @@ Derivate ...@@ -38,11 +38,11 @@ Derivate
</div> </div>
</div> </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() %} {% for name, distro in distros.items() %}
{% with info = distro.info %} {% 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"> <div class="col">
<h1> <h1>
{{ info.name }} {{ info.name }}
...@@ -78,7 +78,7 @@ Derivate ...@@ -78,7 +78,7 @@ Derivate
{% endwith %} {% endwith %}
{% endfor %} {% endfor %}
<div class="row m-auto"> <div class="row m-auto mt-25">
<div> <div>
<p> <p>
Esistono altre derivate, versioni non ufficiali o di cui è cessato 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