spacing around proof step #92

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

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

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

Loading…
Cancel
Save