Public Access
1
0

style: update margin for work experience

This commit is contained in:
2025-08-26 21:53:01 -04:00
parent 7d6daeafd3
commit c9171d9195

View File

@@ -86,7 +86,7 @@ image: "/assets/images/jesus.webp"
{# Loop through and display all "featured" roles #} {# Loop through and display all "featured" roles #}
{%- for role in roles -%} {%- for role in roles -%}
{%- if role.featured -%} {%- if role.featured -%}
<div class="mb-10 ml-6"> <div class="mb-10 mx-6">
<span class="absolute flex items-center justify-center w-6 h-6 bg-blue-500 rounded-full -left-3 ring-8 ring-gray-900"> <span class="absolute flex items-center justify-center w-6 h-6 bg-blue-500 rounded-full -left-3 ring-8 ring-gray-900">
<i class="fas fa-briefcase text-white text-xs"></i> <i class="fas fa-briefcase text-white text-xs"></i>
</span> </span>
@@ -109,7 +109,7 @@ image: "/assets/images/jesus.webp"
</div> </div>
{%- endif -%} {%- endif -%}
{%- endfor -%} {%- endfor -%}
<div class="ml-6"> <div class="mx-6">
<span class="absolute flex items-center justify-center w-6 h-6 bg-blue-500 rounded-full -left-3 ring-8 ring-gray-900"> <span class="absolute flex items-center justify-center w-6 h-6 bg-blue-500 rounded-full -left-3 ring-8 ring-gray-900">
<i class="fas fa-briefcase text-white text-xs"></i> <i class="fas fa-briefcase text-white text-xs"></i>
</span> </span>