diff --git a/partials/work.hbs b/partials/work.hbs index 928846f..3a6a6df 100644 --- a/partials/work.hbs +++ b/partials/work.hbs @@ -6,7 +6,12 @@

{{position}}

- {{> link}} +
+ {{> link}} + {{#description}} + {{.}} + {{/description}} +
– {{#if endDate}}{{else}}Present{{/if}} diff --git a/style.css b/style.css index c120e85..c3b2914 100644 --- a/style.css +++ b/style.css @@ -201,6 +201,11 @@ blockquote > * + * { padding: 0.2em 0.6em; } +.bullet-item:not(:first-child)::before { + content: '· '; + margin: 0 0.2em; +} + @media print, (min-width: 48em) { h3 { text-align: right; diff --git a/tap-snapshots/test/render.js.test.cjs b/tap-snapshots/test/render.js.test.cjs index b195cc8..93b6138 100644 --- a/tap-snapshots/test/render.js.test.cjs +++ b/tap-snapshots/test/render.js.test.cjs @@ -217,6 +217,11 @@ blockquote > * + * { padding: 0.2em 0.6em; } +.bullet-item:not(:first-child)::before { + content: '· '; + margin: 0 0.2em; +} + @media print, (min-width: 48em) { h3 { text-align: right; @@ -294,7 +299,10 @@ blockquote > * + * {