We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f1031 commit 5250cb2Copy full SHA for 5250cb2
2023/README.md
@@ -361,10 +361,12 @@
361
362
363
<style>
364
+.markdown-body table th, .markdown-body table td {
365
padding: unset;
366
width: 2.5rem;
367
height: 2.5rem;
368
min-width: 2.5rem;
369
min-height: 2.5rem;
370
text-align: center;
371
+}
372
</style>
style.css
@@ -0,0 +1,8 @@
1
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