mirror of
https://github.com/safing/web
synced 2025-04-11 22:49:08 +00:00
Update jobs styling
This commit is contained in:
parent
6928a890ab
commit
d90a61ebd2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ layout: page
|
|||
{% assign jobs = site.jobs %}
|
||||
{% if jobs.size > 0 %}
|
||||
{% for job in jobs %}
|
||||
<div class="card card-shadow p-7 flex items-center">
|
||||
<div class="card darkmode p-7 flex items-center">
|
||||
<div class="flex space-x-2 items-center">
|
||||
<h3 class="text-xl block">{{ job.title }}</h3>
|
||||
<span class="text-sm text-safing-gray-300 block">{{ job.extraInfo }}</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue