mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 13:46:38 -04: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