diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:21:28 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:21:28 +0300 |
commit | 48b9b6ce8a7d61c3aa94d10941601a57bdd73217 (patch) | |
tree | 0de847f11ef9135c1dd0f4a531b3583c71124461 /layouts/partials/sections/experience.html | |
parent | 0e0251936b3c267a6e760562e704c34d0e8666ad (diff) |
Update styles
Diffstat (limited to 'layouts/partials/sections/experience.html')
-rw-r--r-- | layouts/partials/sections/experience.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/sections/experience.html b/layouts/partials/sections/experience.html index 5e25f37..c975051 100644 --- a/layouts/partials/sections/experience.html +++ b/layouts/partials/sections/experience.html @@ -5,14 +5,14 @@ <tbody> <tr> <td><strong>{{ .Title }}</strong></td> - <td style="text-align: right;"> + <td class="align-right"> {{ with .Params.start_date }}{{ time.Format "Jan 2006" . }}{{ end }} – {{ with .Params.end_date }}{{ time.Format "Jan 2006" . }}{{ else }}{{ "Present" }}{{ end }} </td> </tr> <tr> <td><em>{{with .Params.workplace}}{{ . }}{{ end }}</em></td> - <td style="text-align: right;"><em>{{ with .Params.location}}{{ . }}{{ end }}</em></td> + <td class="align-right"><em>{{ with .Params.location}}{{ . }}{{ end }}</em></td> </tr> </tbody> </table> |