You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
312 B

page{
height: 100%;
}
.exercise{
height: 100%;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
}
.title{
font-weight: 600;
font-size: 17px;
padding: 60px 0 18px 0;
text-align: center;
}
.time{
margin: 14px 0;
}
.enter{
position: absolute;
bottom: 36px;
}