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 99c39c7 commit 9251d1fCopy full SHA for 9251d1f
src/components/common/PostCard.tsx
@@ -150,6 +150,9 @@ const Block = styled.div`
150
overflow: hidden;
151
display: flex;
152
flex-direction: column;
153
+ ${mediaQuery(944)} {
154
+ width: calc(50% - 2rem);
155
+ }
156
${mediaQuery(767)} {
157
margin: 0;
158
width: 100%;
src/components/home/HomeResponsive.tsx
@@ -25,7 +25,7 @@ const Block = styled.div`
25
width: 912px;
26
}
27
${mediaQuery(944)} {
28
- width: 672px;
+ width: calc(100% - 2rem);
29
30
31
width: calc(100% - 2rem);
0 commit comments