Skip to content

Commit ef7dba2

Browse files
committed
Adjust spacing
1 parent 785b6e1 commit ef7dba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/css/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ footer p a:focus {
199199
}
200200
.list-jams-logo-pink > li:after {
201201
background-image: url("data:image/svg+xml,%3Csvg width='8' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0C2.68226 0 0 2.90578 0 6.5C0 10.0942 2.68226 13 6 13C9.31774 13 12 10.0942 12 6.5V0H6Z' fill='%23F0047F'/%3E%3C/svg%3E%0A");
202-
left: 1em;
202+
left: 1.5em;
203203
}
204204
.list-jams-logo-border > li:before {
205205
@apply text-gray-400;

src/site/_includes/navigation-links.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% for link in linkList %}
33
<li>
44
<a href="{{ link.url }}"
5-
class="block font-bold text-sm text-white hover:underline py-2 px-8 {% if page.url.split("/")[1] == link.url.split("/")[1] %} bg-gray-900{% endif %}">
5+
class="block font-bold text-sm text-white hover:underline py-2 px-10 {% if page.url.split("/")[1] == link.url.split("/")[1] %} bg-gray-900{% endif %}">
66
{{ link.text }}
77
</a>
88
</li>

0 commit comments

Comments
 (0)