You need to sign in or sign up before continuing.
Newer
Older
.column-container {
display: flex;
flex-direction: column;
}
.flex-row {
display: flex;
flex-direction: row;
}
.mostTime {
position: fixed;
right: 0;
top: 30%;
transform: translateY(-50%);
width: 20%;
border: 1px solid black;