2020-11-28 22:12:24 -08:00
|
|
|
.title {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-12-06 16:09:46 -08:00
|
|
|
.question-text {
|
2020-11-28 22:12:24 -08:00
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
|
2020-12-06 16:09:46 -08:00
|
|
|
.answer {
|
2020-11-28 22:12:24 -08:00
|
|
|
display: none;
|
|
|
|
}
|
2020-12-06 16:09:46 -08:00
|
|
|
|
|
|
|
.container {
|
|
|
|
width: auto;
|
|
|
|
max-width: 680px;
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.difficulty {
|
|
|
|
margin: 10px;
|
|
|
|
}
|
2021-03-06 14:29:44 -08:00
|
|
|
|
|
|
|
.vertical-nav {
|
|
|
|
position: fixed;
|
|
|
|
right: 0;
|
|
|
|
writing-mode: vertical-rl;
|
|
|
|
text-orientation: mixed;
|
|
|
|
}
|