We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448d78c commit 319a7f9Copy full SHA for 319a7f9
assets/css/main.css
@@ -353,6 +353,26 @@ figcaption {
353
margin-top: calc(var(--spacing-base) / 2);
354
}
355
356
+/* Table styles */
357
+table {
358
+ width: 100%;
359
+ margin: var(--spacing-base) 0;
360
+ border-collapse: collapse;
361
+}
362
+
363
+thead th,
364
+th {
365
+ font-weight: bold;
366
+ text-align: center;
367
+ border-bottom: 2px solid var(--color-border);
368
+ padding: var(--spacing-sm);
369
370
371
+td {
372
373
+ border-bottom: 1px solid var(--color-border);
374
375
376
@media (max-width: 600px) {
377
.path-nav li {
378
max-width: 100px; /* More aggressive truncation on mobile */
0 commit comments