Skip to content

Commit 0ecba12

Browse files
refactor: clean up Layout component styles by removing commented-out code
1 parent a40ab27 commit 0ecba12

File tree

1 file changed

+0
-9
lines changed
  • fundamentals/today-i-learned/src/components/shared/layout

1 file changed

+0
-9
lines changed

fundamentals/today-i-learned/src/components/shared/layout/Layout.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,8 @@ const layoutContainer = css({
2222
});
2323

2424
const mainContent = css({
25-
// <<<<<<< HEAD
26-
// paddingTop: "81px",
27-
// marginX: "auto",
28-
// maxWidth: "1440px",
29-
// "@media (min-width: 1024px)": {
30-
// paddingLeft: "50px"
31-
// }
32-
// =======
3325
height: "100vh",
3426
paddingTop: "4.6875rem",
3527
paddingLeft: { base: 0, lg: "3.125rem" },
3628
overflow: "hidden"
37-
// >>>>>>> main
3829
});

0 commit comments

Comments
 (0)