Fixed padding bug on reveal css
This commit is contained in:
+5
-2
@@ -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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user