spacing around proof step #92

pull/99/head
Jon Eugster 2 years ago
parent eb8fa91319
commit c738695e81

@ -157,7 +157,7 @@
background-color: #bbb;
padding: .5em;
border-radius: .2em;
margin-top: 2rem;
margin-bottom: 2rem;
display: flex;
flex-direction: row;
}

@ -242,13 +242,14 @@ td code {
.exercise .step {
/* background-color: #e6f0f4; */
margin-top: 5px;
margin-bottom: 5px;
border-radius: 0.5em;
padding: 0.5em;
margin-top: .5rem;
margin-bottom: .5rem;
border-radius: 0.5rem;
padding: 0.5rem;
/* border: 3px dotted rgb(88, 131, 24); */
}
/* TODO: Is this still used anywhere? */
.exercise .step .btn-help {
margin-top: 10px;
}

Loading…
Cancel
Save