1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-01-03 18:35:00 +01:00

project tweaks

This commit is contained in:
Matthias Kretschmann 2019-11-07 23:24:50 +01:00
parent 71c43afd91
commit 8ccb95af98
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 4 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 305 KiB

View File

@ -36,12 +36,15 @@
- HTML
- SCSS
- JavaScript
- TypeScript
- Travis
- AWS S3
- Cloudflare
- Ethereum
- Docker
- Kubernetes
- Cypress
- IPFS
- title: IPDB
slug: /ipdb/

View File

@ -14,7 +14,7 @@ export default class ProjectImage extends PureComponent {
return (
<Img
className={styles.projectImage}
backgroundColor="#6b7f88"
backgroundColor="transparent"
fluid={this.props.fluid}
alt={this.props.alt}
/>