Skip to content

Commit

Permalink
feat: company name smaller and in blue
Browse files Browse the repository at this point in the history
  • Loading branch information
krantheman committed Aug 31, 2023
1 parent 1713019 commit f9e6c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hrms/www/jobs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ <h3 class="mt-0 mb-10">{{ _("Job Openings") }}</h3>
<div class="mb-8 card border p-6">
<div class="flex">
<div class="mr-20">
<p class="text-secondary text-14 font-weight-bold">{{ jo.company }}</p>
<p class="text-primary text-13 font-weight-bold">{{ jo.company }}</p>
<h3 class="mt-0">{{ jo.job_title }}</h3>
</div>
<div class="ml-auto text-nowrap text-secondary text-14">
<div class="ml-auto text-nowrap text-secondary text-13">
<p>{{ jo.posted_on }}</p>
</div>
</div>
Expand Down

0 comments on commit f9e6c99

Please sign in to comment.