aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--css/main.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/css/main.css b/css/main.css
index 6117fbc..966ebb7 100644
--- a/css/main.css
+++ b/css/main.css
@@ -455,13 +455,12 @@ body {
.reveal .slides {
position: absolute;
- width: 900px;
- height: 600px;
-
+ width: 60%;
+ height: 60%;
left: 50%;
top: 50%;
- margin-left: -450px;
- margin-top: -320px;
+ margin-left: -30%;
+ margin-top: -47%;
padding: 20px 0px;
text-align: center;