We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e90858 commit d4ed9d5Copy full SHA for d4ed9d5
_includes/conferences.html
@@ -10,7 +10,10 @@ <h2>
10
{% endif %}
11
{% if conference.speaking != "_No response_" %}
12
<h3>Speaking:</h3>
13
- {{ conference.speaking | markdownify }}
+ <!-- add padding to the ul items-->
14
+ <ul class="speaking-list">
15
+ {{ conference.speaking | markdownify }}
16
+ </ul>
17
18
</div>
19
{% endfor %}
assets/css/bpd.css
@@ -459,3 +459,7 @@ img.donation-photo {
459
img.featured-image {
460
max-height: 20rem;
461
}
462
+
463
+ul.speaking-list {
464
+ padding-left: 2rem;
465
+}
0 commit comments