maj
This commit is contained in:
@@ -2,12 +2,16 @@
|
||||
float: left;
|
||||
display: inline;
|
||||
width: 49%;
|
||||
margin-bottom: 10vh;
|
||||
}
|
||||
|
||||
.picture_placeHolder {
|
||||
width: 15.5vw;
|
||||
height: 15.5vh;
|
||||
display: block!important;
|
||||
}
|
||||
.picture_placeHolder img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.video {
|
||||
@@ -62,7 +66,7 @@
|
||||
cursor: pointer;
|
||||
padding-top: 1em;
|
||||
border-radius: 4px;
|
||||
bottom: 45px; /* Adjust as needed to position below the table */
|
||||
bottom: 6vh; /* Adjust as needed to position below the table */
|
||||
left: 72%;
|
||||
transform: translateX(-50%);
|
||||
display: flex;
|
||||
@@ -104,7 +108,7 @@
|
||||
|
||||
.left-bar:after, .right-bar:after {
|
||||
content: "";
|
||||
background-color: white;
|
||||
background-color: rgb(231, 65, 65);
|
||||
width: 40px;
|
||||
height: 10px;
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user