Skip to content

Commit 106039b

Browse files
fix format
1 parent 4c2659c commit 106039b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/css/custom.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1220,5 +1220,7 @@ article table th {
12201220
display: block;
12211221
margin: 1rem auto;
12221222
border-radius: 8px;
1223-
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
1223+
box-shadow:
1224+
0 4px 6px -1px rgba(0, 0, 0, 0.1),
1225+
0 2px 4px -1px rgba(0, 0, 0, 0.06);
12241226
}

0 commit comments

Comments
 (0)