Skip to content

Commit 2cde338

Browse files
authored
Merge pull request #42 from TWC-codeit/Design/Scraplist
[Design] ํŽ˜์ด์ง€ ์ตœ๋Œ€ ๋„ˆ๋น„ ์‚ญ์ œ ๋ฐ ์—ฌ๋ฐฑ ์ถ”๊ฐ€
2 parents f75163e + 3320fd6 commit 2cde338

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

โ€Žsrc/styles/ScrapListStyle.jsโ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ import styled from "styled-components";
22
import palette from "../lib/colorPalette.js";
33

44
export const Container = styled.div`
5-
padding: 0 5%;
5+
padding: 0 10%;
66
background-color: ${palette.background};
7-
max-width: 1440px; /* ์ฝ˜ํ…์ธ ์˜ ์ตœ๋Œ€ ๋„ˆ๋น„ */
87
margin: 0 auto; /* ์–‘์ชฝ ์—ฌ๋ฐฑ์„ ๋™์ผํ•˜๊ฒŒ ํ•˜์—ฌ ๊ฐ€์šด๋ฐ ์ •๋ ฌ */
98
width: 100%; /* ์ „์ฒด ๋„ˆ๋น„๋ฅผ 100%๋กœ ์„ค์ • */
109
box-sizing: border-box;

0 commit comments

Comments
ย (0)