updated to v2.3, initial implementation of uniformly scaled presentations (#310)
This commit is contained in:
@ -62,17 +62,6 @@ body {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 900px), (max-height: 600px) {
|
||||
.reveal .slides {
|
||||
font-size: 0.82em;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px), (max-height: 400px) {
|
||||
.reveal .slides {
|
||||
font-size: 0.66em;
|
||||
}
|
||||
}
|
||||
|
||||
/*********************************************
|
||||
* HEADERS
|
||||
@ -525,17 +514,15 @@ body {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 640px; /* min height + 40 to account for padding */
|
||||
}
|
||||
|
||||
.reveal .slides {
|
||||
position: absolute;
|
||||
max-width: 900px;
|
||||
min-height: 600px;
|
||||
width: 80%;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
|
||||
|
||||
overflow: visible;
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user