Public Access
1
0

style: responsive work experience

This commit is contained in:
2025-08-26 21:34:48 -04:00
parent 94bd8fd6f9
commit 54e035f4a4

View File

@@ -91,15 +91,17 @@ image: "/assets/images/jesus.webp"
<i class="fas fa-briefcase text-white text-xs"></i> <i class="fas fa-briefcase text-white text-xs"></i>
</span> </span>
<div class="card"> <div class="card">
<h3 class="flex items-center text-lg font-semibold text-white"> <div class="flex flex-col md:flex-row md:items-baseline md:gap-x-2 mb-2">
<h3 class="text-lg font-semibold text-white">
{{ role.title }} {{ role.title }}
</h3> </h3>
{%- if role.company -%} {%- if role.company -%}
<p class="text-blue-400 text-md font-medium mb-2 "> <p class="text-lg font-medium text-blue-400">
{{ role.company }} <span class="hidden md:inline text-gray-400">@ </span>{{ role.company }}
</p> </p>
{%- endif -%} {%- endif -%}
<time class="block mb-2 text-sm font-normal leading-none text-gray-500">{{ role.time }}</time> </div>
<time class="block mb-2 text-sm text-gray-200">{{ role.time }}</time>
{%- if role.description -%} {%- if role.description -%}
<p class="mb-4 text-base font-normal text-gray-400">{{ role.description }}</p> <p class="mb-4 text-base font-normal text-gray-400">{{ role.description }}</p>
{%- endif -%} {%- endif -%}