mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-16 05:10:49 -05:00
fix unordered list styling
This commit is contained in:
@@ -393,10 +393,14 @@ body {
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-position: inside;
|
||||
list-style-position: outside;
|
||||
list-style-type: square;
|
||||
margin-left: 12px;
|
||||
margin-left: 1.5em;
|
||||
padding-left: 0;
|
||||
|
||||
li {
|
||||
padding-left: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
|
||||
Reference in New Issue
Block a user