We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820cf05 commit ec5b4d1Copy full SHA for ec5b4d1
src/app/components/sandbox/Stats/Stat.js
@@ -3,6 +3,7 @@ import styled from 'styled-components';
3
4
const CenteredText = styled.div`
5
display: inline-flex;
6
+ width: 33%;
7
justify-content: center;
8
align-items: center;
9
flex-direction: row;
src/app/components/sandbox/Stats/index.js
@@ -12,7 +12,6 @@ const Stats = styled.div`
12
13
14
15
- justify-content: space-around;
16
`;
17
18
type Props = {
0 commit comments