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 d6ef3a6 commit dafb8c2Copy full SHA for dafb8c2
src/components/PageContent/styles.tsx
@@ -3,8 +3,7 @@ import fontFamily from "../../design/typography"
3
import { darken } from "polished"
4
5
export const Content = styled.div`
6
- flex: 1 1 calc(100% - 305px);
7
- width: calc(100% - 305px);
+ flex: 1 1 calc(1vw - 305px);
8
padding: 64px 0;
9
10
@media screen and (max-width: 1200px) {
0 commit comments