diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-04 11:06:13 -0400 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2012-08-04 11:06:13 -0400 |
commit | 6e91411054580acd681d11cd2ae6821ff5d5f1f4 (patch) | |
tree | 92b45179e2df75a45a8f0ff809bf5a6141f557ac | |
parent | 20b77b54197bb8245ec457464606aa7e8392aa37 (diff) | |
parent | ec4330700dea6c34dab5883217eceb7236bb4f5a (diff) | |
download | fosdem-2018-presentation-6e91411054580acd681d11cd2ae6821ff5d5f1f4.tar fosdem-2018-presentation-6e91411054580acd681d11cd2ae6821ff5d5f1f4.tar.gz |
Merge branch 'master' of github.com:hakimel/reveal.js
-rw-r--r-- | css/main.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/css/main.css b/css/main.css index 73ac8b7..444a659 100644 --- a/css/main.css +++ b/css/main.css @@ -461,12 +461,11 @@ body { .reveal .slides { position: absolute; - width: 900px; - height: 600px; - + width: 60%; + height: 60%; left: 50%; top: 50%; - margin-left: -450px; + margin-left: -30%; margin-top: -320px; padding: 20px 0px; |