diff --git a/README.md b/README.md index dd8ada2..5e316ed 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ npm run dev Open http://localhost:8080 with your favorite browser to see your blog. -# Deploy to production +# Deploy to Production When you are done making changes, use the following command. Your site will be built in production mode, and it will be served at a temporary local port so you can look at it in the browser. diff --git a/package-lock.json b/package-lock.json index 66648d8..3222474 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "visual-anatomy-3d", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "visual-anatomy-3d", - "version": "1.1.1", + "version": "1.1.2", "license": "ISC", "dependencies": { "@glidejs/glide": "^3.4.1", diff --git a/package.json b/package.json index b199fec..35f1401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "visual-anatomy-3d", - "version": "1.1.1", + "version": "1.1.2", "description": "Visual Anatomy 3D", "scripts": { "build-dev:webpack": "webpack", diff --git a/src/assets/styles/_post.css b/src/assets/styles/_post.css index 1f79fbc..8746c05 100644 --- a/src/assets/styles/_post.css +++ b/src/assets/styles/_post.css @@ -206,19 +206,26 @@ article#post .post__content > ul, article#post .post__content > ol { article#post .post__content ul { list-style-type: disc; - list-style-position: inside; + /* list-style-position: inside; */ } article#post .post__content ol { list-style-type: decimal; - list-style-position: inside; + /* list-style-position: inside; */ } article#post .post__content ul ul, article#post .post__content ul { list-style-type: circle; - list-style-position: inside; + /* list-style-position: inside; */ margin-left: 2rem; } article#post .post__content ol ol, ul ol { list-style-type: lower-latin; - list-style-position: inside; + /* list-style-position: inside; */ margin-left: 2rem; } + article#post .post__content li { + margin-bottom: .35em; + line-height: 1.4; + } + article#post .post__content li::marker { + font-weight: 600; + } \ No newline at end of file diff --git a/src/posts/2002-01-01-xyz.md b/src/posts/2002-01-01-xyz.md index 0d5abcc..05367f2 100644 --- a/src/posts/2002-01-01-xyz.md +++ b/src/posts/2002-01-01-xyz.md @@ -15,4 +15,4 @@ this is a **paragraph**. @[youtube](dQw4w9WgXcQ) - +test