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