We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acdb0dd commit 22cec8aCopy full SHA for 22cec8a
src/components/sections/blog/single-post-hero/single-post-hero.styles.ts
@@ -77,7 +77,7 @@ export const StyledSinglePostImageWrapper = styled.div`
77
78
@media (min-width: ${screens['lg']}) {
79
max-width: 607px;
80
- min-width: 607px;
+ min-width: 200px;
81
}
82
`;
83
@@ -86,6 +86,10 @@ export const StyledSinglePostDetails = styled.div`
86
flex-direction: column;
87
justify-content: space-between;
88
gap: 24px;
89
+
90
+ @media (max-width: ${screens['lg']}) {
91
+ word-break: break-word;
92
+ }
93
94
95
export const StyledTags = styled.div`
0 commit comments