cms/app-client/app/styles/app.scss
changeset 255 ed05b89e3299
parent 254 a7cf2887e993
child 265 5995d360e6ac
--- a/cms/app-client/app/styles/app.scss	Tue Aug 16 00:16:08 2016 +0200
+++ b/cms/app-client/app/styles/app.scss	Wed Aug 17 15:30:19 2016 +0200
@@ -10,6 +10,8 @@
 $medium-white: #f5f5f5;
 $light-white: #fbfbfb;
 
+$content-height: 600px;
+
 
 body {
     background-color: $medium-white;
@@ -78,7 +80,8 @@
 }
 
 body.videoscreen .corpus-app-container {
-    padding-top: 308px;
+    margin-top: 308px;
+    height: 292px;
 }
 
 h2 {