Update project page

This commit is contained in:
Hazem Krimi
2021-06-16 00:42:28 +01:00
parent f16dc2d22c
commit 28addf43b4
2 changed files with 538 additions and 49 deletions
+6
View File
@@ -9,4 +9,10 @@ export const Wrapper = styled.div<WrapperProps>`
fill: ${({ theme, color }) =>
color ? theme.colors[color].main : theme.colors.client.main};
}
.deliverables {
svg path {
stroke: black;
}
}
`;