diff --git a/package.json b/package.json index a6815d0..9cd8520 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blog", - "version": "1.4.0", + "version": "1.4.1", "description": "Florine's personal blog.", "author": "Florine W. Dekker", "browser": "dist/bundle.js", diff --git a/src/main/css/main.css b/src/main/css/main.css index 725a84c..72792d7 100644 --- a/src/main/css/main.css +++ b/src/main/css/main.css @@ -2,21 +2,16 @@ max-width: 75rem; } - p { text-align: justify !important; text-justify: inter-word !important; } -ol { + +#innerBody ol { list-style: decimal outside !important; } - -#toc { - position: fixed; -} - #toc ol { list-style-type: none !important; }