bbc/psammead

View on GitHub
packages/components/psammead-figure/src/index.jsx

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import styled from '@emotion/styled';
import { GEL_SPACING_TRPL } from '@bbc/gel-foundations/spacings';

const Figure = styled.figure`
  margin: 0;
  padding-bottom: ${GEL_SPACING_TRPL};
  width: 100%;
`;

export default Figure;