Skip to content

Commit eea706c

Browse files
committed
Update slide logos to latest versions
1 parent aac371e commit eea706c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
0 Bytes
Binary file not shown.

03_instructional_team/markdown_slides/themes/dsi_certificates_theme.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,20 @@ section::after {
2323
backface-visibility: hidden;
2424

2525
pointer-events: none;
26+
}
27+
28+
/* Make tables smaller in Marp slides */
29+
section table {
30+
font-size: 0.8em !important;
31+
line-height: 1.2 !important;
32+
}
33+
34+
section table th,
35+
section table td {
36+
padding: 0.25em 0.5em !important;
37+
}
38+
39+
/* Optional: slightly smaller headers too */
40+
section table th {
41+
font-size: 0.9em !important;
2642
}

0 commit comments

Comments
 (0)