We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f75163e + 3320fd6 commit 2cde338Copy full SHA for 2cde338
1 file changed
โsrc/styles/ScrapListStyle.jsโ
@@ -2,9 +2,8 @@ import styled from "styled-components";
2
import palette from "../lib/colorPalette.js";
3
4
export const Container = styled.div`
5
- padding: 0 5%;
+ padding: 0 10%;
6
background-color: ${palette.background};
7
- max-width: 1440px; /* ์ฝํ ์ธ ์ ์ต๋ ๋๋น */
8
margin: 0 auto; /* ์์ชฝ ์ฌ๋ฐฑ์ ๋์ผํ๊ฒ ํ์ฌ ๊ฐ์ด๋ฐ ์ ๋ ฌ */
9
width: 100%; /* ์ ์ฒด ๋๋น๋ฅผ 100%๋ก ์ค์ */
10
box-sizing: border-box;
0 commit comments