Skip to content

Commit cfe3724

Browse files
committed
style: add border/padding to table cells
1 parent 4889029 commit cfe3724

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/common/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ li {
7777
@apply mb-2;
7878
}
7979

80+
th, td {
81+
padding: .25ex 1ex;
82+
border-width: 1px;
83+
}
84+
8085
nav {
8186
@apply flex items-center h-16 px-4 shadow text-gray-600;
8287
a {

0 commit comments

Comments
 (0)