Strenghten poistion title

This commit is contained in:
BernatBC 2024-02-03 11:21:01 +01:00
parent 81b9dac395
commit c808d9b125

View file

@ -28,7 +28,7 @@
<!-- Add the positions information -->
<div class="positions">
{{ range $index,$position:= .positions }}
<h6 class="designation">{{ $position.designation }}</h6>
<h5 class="designation">{{ $position.designation }}</h5>
<p class="text-muted">{{ $position.start }} - {{if $position.end }} {{ $position.end }} {{else}} {{ i18n "present" }} {{end}}</p>
<!-- Add the responsibilities handled at this position -->
<ul class="justify-content-around">