diff --git a/api/public/css/stylesheet.css b/api/public/css/stylesheet.css index 6c4e7e21..d5e5e9de 100644 --- a/api/public/css/stylesheet.css +++ b/api/public/css/stylesheet.css @@ -10,6 +10,7 @@ body { .video { width: 100%; + overflow: hidden; } .mainvideo { @@ -21,7 +22,7 @@ body { .lastpicture { width: 40%; - float: right; + float: left; height: 400px; border: 1px solid red; } \ No newline at end of file diff --git a/api/views/index.ejs b/api/views/index.ejs index 9e275069..7fe431cf 100644 --- a/api/views/index.ejs +++ b/api/views/index.ejs @@ -17,7 +17,6 @@
<%- api_connected %>