فهرست منبع

Made the slideshow responsive

Woohoo! The slideshow now responds to resizing of the browser nicely!
Owen Versteeg 12 سال پیش
والد
کامیت
cae363e7a5
1فایلهای تغییر یافته به همراه4 افزوده شده و 5 حذف شده
  1. 4 5
      css/main.css

+ 4 - 5
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;