aboutsummaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rw-r--r--theme/static/styles.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
index 190b454..5b56d7d 100644
--- a/theme/static/styles.css
+++ b/theme/static/styles.css
@@ -490,7 +490,19 @@ blockquote::after {
/* ============================================================
TABLES
============================================================ */
-table { width: 100%; border-collapse: collapse; margin: 2rem 0; }
+table {
+ display: block;
+ width: 100%;
+ max-width: 100%;
+ overflow-x: auto;
+ border-collapse: collapse;
+ margin: 2rem 0;
+}
+
+table td, table th {
+ white-space: nowrap;
+ padding: 0.5rem 1rem;
+}
th, td {
border-bottom: 1px solid var(--border-soft);
padding: 0.65rem 0.75rem;