This commit is contained in:
arussac
2025-04-03 19:11:23 +02:00
parent e394924f70
commit 20bbafc9e9
6 changed files with 145 additions and 165 deletions

View File

@@ -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;