aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2012-08-04 08:05:52 -0700
committerHakim El Hattab <hakim.elhattab@gmail.com>2012-08-04 08:05:52 -0700
commitec4330700dea6c34dab5883217eceb7236bb4f5a (patch)
tree816c906cc5d77c348ef28e8f50aca46220d80f6c /css
parentc858ad069f0ab5adcb5e8d720de87f029d5c6e1a (diff)
parent5503125ed4317f76c1c22cc68e5d48070c4c6d27 (diff)
downloadfosdem-2018-presentation-ec4330700dea6c34dab5883217eceb7236bb4f5a.tar
fosdem-2018-presentation-ec4330700dea6c34dab5883217eceb7236bb4f5a.tar.gz
Merge pull request #93 from StereotypicalApps/patch-1
Made the slideshow responsive
Diffstat (limited to 'css')
-rw-r--r--css/main.css7
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;