Add figure with media-left for CardColumnSmall.tsx as well as fa-fw tag for constant width

This commit is contained in:
Florian Scholdei
2020-04-07 12:51:17 +02:00
parent 3a6a41ac5b
commit bbcff0c9df
4 changed files with 15 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ const Wrapper = styled.div`
const Container: FC = ({ children }) => <Wrapper>{children}</Wrapper>;
const link = "/foo/bar";
const icon = <Icon name="icons fa-2x" className="media-left" />;
const icon = <Icon name="icons fa-2x fa-fw" />;
const contentLeft = <strong className="is-marginless">main content</strong>;
const contentRight = <small>more text</small>;