Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-04-08 11:25:33 +02:00
parent 608c92f312
commit 1bdb867564

View File

@@ -378,14 +378,13 @@ th.rotate > div > span {
}
.divlines {
width: 50px;
height: 50px;
background-color: red;
/* Center vertically and horizontally */
position: absolute;
top: 50%;
left: 50%;
margin: -25px 0 0 -25px; /* Apply negative top and left margins to truly center the element */
display: block;
overflow-x: hidden;
border-width: 1px 0 0 0;
border-color: #333 #333 #333 #333;
border-style: solid;
padding: 0px;
margin: 0px;
}
.workoutcontainer {