diff --git a/components/Carbon.js b/components/Carbon.js index 8c9c58c..3e057f2 100644 --- a/components/Carbon.js +++ b/components/Carbon.js @@ -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); + } `} )