We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3584a92 + 8f1dbd0 commit 7666a64Copy full SHA for 7666a64
1 file changed
apps/learn/templates/learn/index.html
@@ -12,9 +12,9 @@ <h1 class="title">Aprende Python</h1>
12
13
<p>En esta sección podrás encontrar <strong>recursos de aprendizaje Python</strong>. Están clasificados por etiquetas:</p>
14
15
-<ul>
+<ul class="display: flex; flex-wrap: wrap">
16
{% for label in labels %}
17
- <li>
+ <li class="padding: 5px 5px 5px 0px">
18
<a class="label"
19
style="background-color: #{{ label.color }}; color: #{{ label.foreground_color }}"
20
href="{% url "learn:resources_by_label" label=label %}">
0 commit comments