summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Van Doorn <vandoorn.nick@gmail.com>2019-03-17 23:13:00 -0700
committerNick Van Doorn <vandoorn.nick@gmail.com>2019-03-17 23:13:00 -0700
commitf4f7f3cd7ad67157a366d02569ea6ab61ab4ad91 (patch)
tree33e45851690f48390d1740a82d0a7404f39f9b45 /src
parent0422db56bb9e98b548ec52ad4327946c4eb31b91 (diff)
Apply font weight to children of descContainer
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;