Fixed padding bug on reveal css

This commit is contained in:
Nathan Schneider
2023-09-21 23:16:26 -06:00
parent f2dc0ac316
commit 12044968ea
+5 -2
View File
@@ -22,6 +22,10 @@ body {
font-weight: normal; font-weight: normal;
color: #fff; } color: #fff; }
.reveal:empty {
padding: 0 0 0 0;
}
::selection { ::selection {
color: #fff; color: #fff;
background: #bee4fd; background: #bee4fd;
@@ -48,7 +52,6 @@ body {
display: table; display: table;
margin: 0px auto 30px auto; margin: 0px auto 30px auto;
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */ background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
padding: 10px 10px 10px 10px;
color: #fff; color: #fff;
font-family: "Dinreg", "D-DIN", "CMU Bright", Helvetica, sans-serif; /* ntnsndr adjusted */ font-family: "Dinreg", "D-DIN", "CMU Bright", Helvetica, sans-serif; /* ntnsndr adjusted */
font-weight: 600; font-weight: 600;
@@ -58,7 +61,7 @@ body {
word-wrap: break-word; } word-wrap: break-word; }
.reveal h1 { .reveal h1 {
font-size: 3em; } font-size: 2.5em; }
.reveal h2 { .reveal h2 {
font-size: 2em; } font-size: 2em; }