Small formatting changes
This commit is contained in:
parent
d1dc7ceca7
commit
8d41694e0c
2 changed files with 8 additions and 9 deletions
components/styles
|
@ -164,7 +164,7 @@ const CardContentTitle = ({ content }: { content: Service | Game }) => {
|
|||
{
|
||||
content.icon ? (
|
||||
<CardContentTitleIcon>
|
||||
<Image alt="icon" src={content.icon} fill></Image>
|
||||
<Image alt="icon" src={content.icon} fill sizes='10vw'></Image>
|
||||
</CardContentTitleIcon>
|
||||
) : (<></>)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue