Skip to content

Commit ec25652

Browse files
committed
fix: restore box shadow 17
1 parent 0a234ae commit ec25652

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

17-user-directory/styles.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ body {
99
background-color: rgb(129, 129, 180);
1010
border-radius: 1rem;
1111
color: white;
12-
box-shadow: 0
13-
0 24px 12px rgba(0, 0, 0, 0.3);
12+
box-shadow: 0 0 24px 12px rgba(0, 0, 0, 0.3);
1413
}
1514

1615
#userTable {
@@ -26,5 +25,5 @@ body {
2625
}
2726

2827
#filterUsers {
29-
padding: .5rem 1rem;
28+
padding: .5rem1rem;
3029
}

0 commit comments

Comments
 (0)