simplify stack css

master
Hakim El Hattab 2020-05-11 11:02:54 +02:00
parent eeedaa17e1
commit f84bc7882e
2 changed files with 1 additions and 3 deletions

View File

@ -230,8 +230,6 @@ html.reveal-full-page {
// Layout helper: Stack multiple elements on top of each other // Layout helper: Stack multiple elements on top of each other
.reveal .r-stack { .reveal .r-stack {
display: grid; display: grid;
justify-content: center;
align-items: center;
} }
.reveal .r-stack > * { .reveal .r-stack > * {

2
dist/reveal.css vendored

File diff suppressed because one or more lines are too long