fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user