diff --git a/src/components/ActorTemplates/ActorTemplates.tsx b/src/components/ActorTemplates/ActorTemplates.tsx index 107af3856f..d2368bc3f8 100644 --- a/src/components/ActorTemplates/ActorTemplates.tsx +++ b/src/components/ActorTemplates/ActorTemplates.tsx @@ -36,6 +36,10 @@ const ActorTemplatesWrapper = styled.div` margin: 0 auto; gap: ${theme.space.space24}; + > a { + display: flex; + } + @media (min-width: ${theme.layout.tablet}) { grid-template-columns: repeat(2, 1fr); }