feat(frontend): updated description font size

pull/75/head
Samuel Rowe 3 years ago
parent 951da8246c
commit 0acdc82a76

@ -26,6 +26,7 @@ const Description = styled("p")`
margin-top: ${({ theme }) => theme.spacing(2)}; margin-top: ${({ theme }) => theme.spacing(2)};
text-align: center; text-align: center;
color: #7a7a7a; color: #7a7a7a;
font-size: 14px;
`; `;
const Environment = () => { const Environment = () => {

@ -26,6 +26,7 @@ const Description = styled("p")`
margin-top: ${({ theme }) => theme.spacing(2)}; margin-top: ${({ theme }) => theme.spacing(2)};
text-align: center; text-align: center;
color: #7a7a7a; color: #7a7a7a;
font-size: 14px;
`; `;
const Labels = () => { const Labels = () => {

@ -26,6 +26,7 @@ const Description = styled("p")`
margin-top: ${({ theme }) => theme.spacing(2)}; margin-top: ${({ theme }) => theme.spacing(2)};
text-align: center; text-align: center;
color: #7a7a7a; color: #7a7a7a;
font-size: 14px;
`; `;
const Volumes = () => { const Volumes = () => {

Loading…
Cancel
Save