only render layout colum inner div when column exists, fixes #293

This commit is contained in:
Mary Kate
2020-08-15 18:19:27 -05:00
parent 30ebdf30ff
commit 455cb6f575
3 changed files with 20 additions and 8 deletions

View File

@@ -28,6 +28,14 @@
display: inline;
}
ul li::after {
content: ' · ';
}
ul li:last-child::after {
content: '';
}
p {
color: hsla(var(--primary-text-color_hsl), 0.8);
font-size: 13px;