summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/project.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/project.js b/src/components/project.js
index b78550f..f548ffc 100644
--- a/src/components/project.js
+++ b/src/components/project.js
@@ -65,6 +65,7 @@ const dateStyle = css`
export const Project = p => {
const marginRight = p.imgUrl ? margins.md : 0
const descContainerStyle = css`
+ font-weight: 300;
display: flex;
flex-direction: column;
justify-content: center;