Skip to content

Commit 5250cb2

Browse files
committed
test: style
1 parent f9f1031 commit 5250cb2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

2023/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,12 @@
361361

362362

363363
<style>
364+
.markdown-body table th, .markdown-body table td {
364365
padding: unset;
365366
width: 2.5rem;
366367
height: 2.5rem;
367368
min-width: 2.5rem;
368369
min-height: 2.5rem;
369370
text-align: center;
371+
}
370372
</style>

style.css

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.markdown-body table th, .markdown-body table td {
2+
padding: unset;
3+
width: 2.5rem;
4+
height: 2.5rem;
5+
min-width: 2.5rem;
6+
min-height: 2.5rem;
7+
text-align: center;
8+
}

0 commit comments

Comments
 (0)