diff --git a/src/sections/style.js b/src/sections/style.js index 4db82d2..0715cc4 100644 --- a/src/sections/style.js +++ b/src/sections/style.js @@ -116,6 +116,7 @@ export const ListWrapper = styled.ul` ` export const PostLink = styled(Link)` + max-width: 60%; color: var(--text); display: flex; flex-direction: column; @@ -130,6 +131,10 @@ export const PostLink = styled(Link)` text-decoration: underline; } } + + ${media.lessThan("large")` + max-width: 100%; + `} ` export const PostTag = styled.span`