diff --git a/src/components/CVList.astro b/src/components/CVList.astro
index 312661d..b5b10db 100644
--- a/src/components/CVList.astro
+++ b/src/components/CVList.astro
@@ -22,7 +22,7 @@ const sortedDateGroups = groupAndSortByDate(items, {
});
---
-
+
{
sortedDateGroups.map(([dates, items]) => (
<>
diff --git a/src/pages/cv.astro b/src/pages/cv.astro
index a49c7b2..a7104b4 100644
--- a/src/pages/cv.astro
+++ b/src/pages/cv.astro
@@ -62,6 +62,10 @@ const pageTitle = "Matthew Trentacoste";
article > section > * {
grid-column: page-start / page-end;
}
+
+ .CVList dd {
+ padding-top: 1rem;
+ }
}
header {
@@ -102,12 +106,10 @@ const pageTitle = "Matthew Trentacoste";
/* reduce width of dl-horizontal dd elements */
.dl-horizontal dt {
- width: 4rem; /* this should be moved to ArtifactsList */
- padding-bottom: 0px;
+ padding-top: 0.5rem !important;
}
.dl-horizontal dd {
- margin-left: 5.333rem; /* this should be moved to ArtifactsList */
- padding-bottom: 0px;
+ padding-top: 0.5rem !important;
}
/* pagebreak before section */