diff options
Diffstat (limited to 'stapp/static/video')
-rw-r--r-- | stapp/static/video/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stapp/static/video/css/style.css b/stapp/static/video/css/style.css index da6ce4b..4aa6c6e 100644 --- a/stapp/static/video/css/style.css +++ b/stapp/static/video/css/style.css @@ -12,7 +12,7 @@ body{ .main-video{ padding: 30px 20px 20px; - height : 495px; + height : 100%; } .module-list{ |