Skip to content

Commit 7666a64

Browse files
authored
Merge pull request #465 from ivanhercaz/learn_layout
Cambiar disposición de las etiquetas en la sección "Aprende"
2 parents 3584a92 + 8f1dbd0 commit 7666a64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/learn/templates/learn/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ <h1 class="title">Aprende Python</h1>
1212

1313
<p>En esta sección podrás encontrar <strong>recursos de aprendizaje Python</strong>. Están clasificados por etiquetas:</p>
1414

15-
<ul>
15+
<ul class="display: flex; flex-wrap: wrap">
1616
{% for label in labels %}
17-
<li>
17+
<li class="padding: 5px 5px 5px 0px">
1818
<a class="label"
1919
style="background-color: #{{ label.color }}; color: #{{ label.foreground_color }}"
2020
href="{% url "learn:resources_by_label" label=label %}">

0 commit comments

Comments
 (0)