Skip to content

Commit 71706ab

Browse files
committed
[render-examples#5] - Sistema de colores - Config Tailwind
1 parent b25b138 commit 71706ab

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

templates/base.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>{% block title %}{% endblock title %}</title>
6-
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
6+
<link href="/static/css/output.css" rel="stylesheet">
77
</head>
88
<body>
9-
{% block content %}{% endblock content %}
10-
9+
{% block content %}{% endblock content %}
1110
{% block scripts %}
1211
{% endblock scripts %}
1312
</body>

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</div>
5858
</div>
5959
<div class="w-full md:w-3/12 mx-1">
60-
<div class="-mt-5 text-center relative right-8" style="letter-spacing: 0%;">
60+
<div class="-mt-5 text-center" style="letter-spacing: 0%;">
6161
<div class="text-uppercase inline mr-20 relative right-1 top-3 font-extrabold"
6262
style="font-size: 20px;">
6363
ODIO <div class="inline" style="opacity: 40%;">OÍDO:</div>

0 commit comments

Comments
 (0)