From 12044968ea3ca0049b92a5e149c16d2a1792045c Mon Sep 17 00:00:00 2001 From: Nathan Schneider Date: Thu, 21 Sep 2023 23:16:26 -0600 Subject: [PATCH] Fixed padding bug on reveal css --- .revealjs/ntn.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.revealjs/ntn.css b/.revealjs/ntn.css index e338db6..e6fa8bd 100644 --- a/.revealjs/ntn.css +++ b/.revealjs/ntn.css @@ -22,6 +22,10 @@ body { font-weight: normal; color: #fff; } +.reveal:empty { + padding: 0 0 0 0; +} + ::selection { color: #fff; background: #bee4fd; @@ -48,7 +52,6 @@ body { display: table; margin: 0px auto 30px auto; background-color: rgba(0,0,0,0.8); /* ntnsndr addition */ - padding: 10px 10px 10px 10px; color: #fff; font-family: "Dinreg", "D-DIN", "CMU Bright", Helvetica, sans-serif; /* ntnsndr adjusted */ font-weight: 600; @@ -58,7 +61,7 @@ body { word-wrap: break-word; } .reveal h1 { - font-size: 3em; } + font-size: 2.5em; } .reveal h2 { font-size: 2em; }