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