fix overflow
This commit is contained in:
@@ -19,7 +19,7 @@ html, body {
|
|||||||
|
|
||||||
.mainvideo {
|
.mainvideo {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
/* float: left; */
|
float: left;
|
||||||
height: 500px;
|
height: 500px;
|
||||||
border: 1px solid blue;
|
border: 1px solid blue;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
@@ -28,7 +28,7 @@ html, body {
|
|||||||
|
|
||||||
.lastpicture {
|
.lastpicture {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
/* float: left; */
|
float: right;
|
||||||
height: 400px;
|
height: 400px;
|
||||||
border: 1px solid red;
|
border: 1px solid red;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user