diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/xengineering.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/css/xengineering.css b/css/xengineering.css index a35df34..a931a02 100644 --- a/css/xengineering.css +++ b/css/xengineering.css @@ -155,13 +155,15 @@ img { ol { margin-top: 1vh; margin-bottom: 1vh; - list-style-position: inside; + list-style-position: outside; + padding-left: 2em; } ul { margin-top: 1vh; margin-bottom: 1vh; - list-style-position: inside; + list-style-position: outside; + padding-left: 2em; } li { |