Skip to content

Commit 66d8403

Browse files
committed
fix: table styles
1 parent 519ba98 commit 66d8403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zenn-content-css/src/_content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ table {
197197
}
198198
th,
199199
td {
200-
padding: 0.5rem 1vw;
200+
padding: 0.5rem;
201201
border: solid 1px $c-gray-border;
202202
}
203203
th {

0 commit comments

Comments
 (0)