Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
163 Bytes
import styled from 'styled-components';
const Section = styled.section`
margin: 3em auto;
&:first-child {
margin-top: 0;
}
`;
export default Section;