diff options
Diffstat (limited to 'layouts/partials/sections/experience.html')
-rw-r--r-- | layouts/partials/sections/experience.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sections/experience.html b/layouts/partials/sections/experience.html index 5991c8a..64e2406 100644 --- a/layouts/partials/sections/experience.html +++ b/layouts/partials/sections/experience.html @@ -23,7 +23,7 @@ {{ end }} </td> </tr> - <tr> + <tr class="subtitle"> <td><em>{{with .Params.workplace}}{{ . }}{{ end }}</em></td> <td class="align-right"><em>{{ with .Params.location}}{{ . }}{{ end }}</em></td> </tr> |