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 e592f88 commit 1b9c091Copy full SHA for 1b9c091
pages/index.tsx
@@ -344,7 +344,7 @@ const Index = () => {
344
fontSize: "24px",
345
color: "var(--brand-color)",
346
margin: "10px",
347
- marginLeft: isSmall ? "0" : "300px",
+ marginLeft: isSmall ? "12.5%" : "25%",
348
position: "absolute",
349
}}
350
>
@@ -360,7 +360,7 @@ const Index = () => {
360
361
362
363
- marginRight: isSmall ? "0" : "300px",
+ marginRight: isSmall ? "12.5%" : "25%",
364
365
366
{">"}
0 commit comments