12 lines
111 B
CSS
12 lines
111 B
CSS
.no-top-margin {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.step {
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.break-word {
|
|
word-break: break-word;
|
|
}
|