fix: some styled for collections and links

This commit is contained in:
Sonny
2024-05-19 16:02:32 +02:00
committed by Sonny
parent 2ba0eccc9f
commit 32133be8b0
5 changed files with 57 additions and 62 deletions

View File

@@ -2,8 +2,8 @@ import styled from '@emotion/styled';
import useActiveCollection from '~/hooks/use_active_collection';
const CollectionDescriptionStyle = styled.p({
fontSize: '0.85em',
marginBottom: '0.5em',
fontSize: '0.85rem',
marginBottom: '0.5rem',
});
export default function CollectionDescription() {