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.
22 lines
290 B
22 lines
290 B
5 years ago
|
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;
|
||
|
}
|
||
|
.time{
|
||
|
margin: 14px 0;
|
||
|
}
|
||
|
.enter{
|
||
|
position: absolute;
|
||
|
bottom: 36px;
|
||
|
}
|