Use utility classes
This commit is contained in:
parent
2d11d2efc6
commit
0692d8ff00
6 changed files with 14 additions and 12 deletions
|
@ -23,12 +23,12 @@ redirect:
|
|||
<h2>{{ company.name }}</h2>
|
||||
|
||||
{% if company.url -%}
|
||||
<a class="experience-item-website" href="{{ company.url }}">
|
||||
<a class="experience-item-website display-inline-block" href="{{ company.url }}">
|
||||
{{- company.url -}}
|
||||
</a>
|
||||
{%- endif %}
|
||||
|
||||
<div class="experience-item-role">
|
||||
<div class="experience-item-role text-light">
|
||||
{{- experience.role }}
|
||||
from
|
||||
{{ experience.start }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue