fix: reduce table font size to prevent overflow on slides
Tables with 6-9 rows overflowed the 720px slide height and scroll events were captured by Bespoke.js for slide navigation instead. 0.65em with tighter padding keeps all tables within bounds. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ed0d4ec751
commit
808dd02cc5
2 changed files with 10 additions and 0 deletions
|
|
@ -5,6 +5,11 @@ class: invert
|
||||||
paginate: true
|
paginate: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<style>
|
||||||
|
table { font-size: 0.65em; }
|
||||||
|
th, td { padding: 0.25em 0.6em; }
|
||||||
|
</style>
|
||||||
|
|
||||||
# SoMe Taxonomy
|
# SoMe Taxonomy
|
||||||
|
|
||||||
What are we talking about when we say "Social Media"?
|
What are we talking about when we say "Social Media"?
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,11 @@ class: invert
|
||||||
paginate: true
|
paginate: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<style>
|
||||||
|
table { font-size: 0.65em; }
|
||||||
|
th, td { padding: 0.25em 0.6em; }
|
||||||
|
</style>
|
||||||
|
|
||||||
# Messaging Without Big Tech
|
# Messaging Without Big Tech
|
||||||
|
|
||||||
### Free & Open Alternatives to WhatsApp and Messenger
|
### Free & Open Alternatives to WhatsApp and Messenger
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue