mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add some margin between list items of status updates
This commit is contained in:
@@ -458,3 +458,7 @@ a strong {
|
||||
.left-to-right, .right-to-left pre, .right-to-left table, .right-to-left[id="toc-aside"] {
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.status-update-list li {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<p>{{ section.description }}</p>
|
||||
{% endblock introduction %}
|
||||
|
||||
<div><ul>
|
||||
<div class="status-update-list"><ul>
|
||||
{% include "auto/status-updates.html" %}
|
||||
{% for page in section.pages %}
|
||||
<li><b><a href="{{ page.path | safe }}">{{ page.title }}</a></b></li>
|
||||
|
||||
Reference in New Issue
Block a user