Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit b5087c2

Browse files
no needed table css removed
1 parent 25f3653 commit b5087c2

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/styles/style.scss

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,7 @@
1010
width: 100%;
1111
height: 100%;
1212
padding: 10px;
13-
}
14-
15-
.todo__list__table {
16-
width: 75%;
17-
margin: 0 auto;
18-
background-color: #fbb478;
19-
20-
tr {
21-
background-color: white;
22-
margin: 10px;
23-
}
13+
min-height: 100vh;
2414
}
2515

2616
.kanban {

0 commit comments

Comments
 (0)