@@ -296,7 +296,7 @@ a.external-link {
max-width: 100%;
}
- ul {
+ ul, ol {
padding-left: $spacer*1.5;
margin-bottom: $spacer;
@@ -328,7 +328,7 @@ a.external-link {
margin-bottom: 0;
- ul:last-child {
+ ul:last-child, ol:last-child {