Make exercises into details (so they can be collapsed)

This commit is contained in:
2023-12-28 00:12:51 -08:00
parent 72fb69d87b
commit 0d3100ba33
3 changed files with 19 additions and 17 deletions

View File

@@ -2,8 +2,6 @@
@import "mixins.scss";
.bergamot-exercise {
@include bordered-block;
padding: 1em;
counter-increment: bergamot-exercise;
.bergamot-root {
@@ -69,7 +67,7 @@
}
.bergamot-button-group {
margin-top: 0.5em;
margin-top: 1em;
}
}