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)};
text-align: center;
color: #7a7a7a;
font-size: 14px;
`;
const Environment = () => {

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

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

Loading…
Cancel
Save