Skip to content

Commit

Permalink
Add transparent pixels to image
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedex committed Oct 5, 2017
1 parent 4bc3353 commit 5264537
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/Carbon.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,15 @@ class Carbon extends React.Component {
justify-content: center;
align-items: center;
}
#section::after {
content: '';
position: absolute;
bottom: 0;
height: 1px;
width: 100%;
background: rgba(0, 0, 0, 0.01);
}
`}</style>
</div>
)
Expand Down

0 comments on commit 5264537

Please sign in to comment.