Add steps to default sidebar step for clarity

This commit is contained in:
2022-03-19 16:29:06 -04:00
parent a69a04221a
commit 6d0eed2628
4 changed files with 20 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
.no-top-margin {
margin-top: 0;
}
.step {
font-size: 1.5rem;
}

View File

@@ -30,6 +30,18 @@
margin-top: 34px;
}
.no-top-margin {
margin-top: 0;
}
.no-bottom-margin {
margin-bottom: 0;
}
.step {
font-size: 1.5rem;
}
.break-word {
word-break: break-word;
}