-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathslides.css
More file actions
28 lines (24 loc) · 744 Bytes
/
slides.css
File metadata and controls
28 lines (24 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* @import url("./reveal.js/css/theme/night.css"); */
/* code span.dt { text-decoration: none; font-style: italic; } */
/* .reveal p { margin-bottom: 1em; text-align: left; } */
/* .reveal pre > code, */
/* .reveal pre { background-color: #111111; margin-bottom: 2em; } */
/* .reveal code { padding-left: 0.1em; padding-right: 0.1em; } */
.reveal h1 { font-size: 140%; line-height: 1.1em; }
/* .reveal pre > code { font-size: 100%; line-height: 160%; } */
/* .reveal table { margin-right: auto; margin-left: auto; } */
.section.only-image p {
display: block;
height: 85%;
}
.column {
float: left;
width: 50%;
padding: 5px;
}
/* Clear floats after image containers */
.row::after {
content: "";
clear: both;
display: table;
}