Skip to content

Commit 319a7f9

Browse files
committed
style table
1 parent 448d78c commit 319a7f9

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

assets/css/main.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,26 @@ figcaption {
353353
margin-top: calc(var(--spacing-base) / 2);
354354
}
355355

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+
padding: var(--spacing-sm);
373+
border-bottom: 1px solid var(--color-border);
374+
}
375+
356376
@media (max-width: 600px) {
357377
.path-nav li {
358378
max-width: 100px; /* More aggressive truncation on mobile */

0 commit comments

Comments
 (0)