diff options
author | Hakim El Hattab | 2012-08-04 08:05:52 -0700 |
---|---|---|
committer | Hakim El Hattab | 2012-08-04 08:05:52 -0700 |
commit | ec4330700dea6c34dab5883217eceb7236bb4f5a (patch) | |
tree | 816c906cc5d77c348ef28e8f50aca46220d80f6c /css | |
parent | c858ad069f0ab5adcb5e8d720de87f029d5c6e1a (diff) | |
parent | 5503125ed4317f76c1c22cc68e5d48070c4c6d27 (diff) |
Merge pull request #93 from StereotypicalApps/patch-1
Made the slideshow responsive
Diffstat (limited to 'css')
-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; |