BigW Consortium Gitlab

Commit 421f3f15 by Robert Speicher

Change padding for task lists in notes

parent 725ff58b
......@@ -62,6 +62,16 @@ ul.notes {
word-wrap: break-word;
@include md-typography;
// Reduce left padding of first ul element
ul.task-list:first-child {
padding-left: 10px;
// sub-lists should be padded normally
ul {
padding-left: 20px;
}
}
hr {
margin: 10px 0;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment