12 lines
140 B
CSS
12 lines
140 B
CSS
|
#simu {
|
||
|
margin: 1rem auto;
|
||
|
max-width: 40em;
|
||
|
}
|
||
|
.change-answer-link {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
#updateMessage a::after {
|
||
|
display: none
|
||
|
}
|