Skip to content

Commit 28176b4

Browse files
committed
feat: #16 대기목록 마진값 소폭 수정
1 parent 885d881 commit 28176b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/WaitingList/WaitingList.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.tableStyle {
22
margin-Top: -34.8em;
33
margin-Left: 2.5em;
4-
width: 88.9%;
4+
width: 89.7%;
55
height: 500;
66
overflow: 'hidden';
77
//font-family: 'BMJUA';
@@ -10,7 +10,7 @@
1010
.tableOutline {
1111
margin-top: 1em;
1212
margin-Left: 1.5em;
13-
width: 45.8em;
13+
width: 44.2em;
1414
height: 35em;
1515
padding: 0.5em;
1616
background-color: #FBE5AD;

0 commit comments

Comments
 (0)