Skip to content

Commit 32e76da

Browse files
committed
Fix css for job cards
1 parent 7666a64 commit 32e76da

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 class="display: flex; flex-wrap: wrap">
15+
<ul style="display: flex; flex-wrap: wrap">
1616
{% for label in labels %}
17-
<li class="padding: 5px 5px 5px 0px">
17+
<li style="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)