Add transparent pixels to image

main
Jake Dexheimer 7 years ago committed by Jake Dexheimer
parent 4bc3353399
commit 526453796b

@ -173,6 +173,15 @@ class Carbon extends React.Component {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
#section::after {
content: '';
position: absolute;
bottom: 0;
height: 1px;
width: 100%;
background: rgba(0, 0, 0, 0.01);
}
`}</style> `}</style>
</div> </div>
) )

Loading…
Cancel
Save