Update stacked list to preserve white space

This commit is contained in:
Andrew Kingston 2021-02-23 10:15:51 +00:00
parent d0c40f060c
commit f54734c3bf
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@
.subheading {
opacity: 0.6;
white-space: pre-wrap;
}
.content {
@ -60,6 +61,7 @@
.heading {
font-weight: 600;
white-space: pre-wrap;
}
.image-block {