This commit is contained in:
gv 2022-11-10 15:50:50 +01:00
commit 1a55d5dc57
5 changed files with 16 additions and 9 deletions

View file

@ -21,7 +21,7 @@ npm run dev
Open http://localhost:8080 with your favorite browser to see your blog. 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. 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.

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "visual-anatomy-3d", "name": "visual-anatomy-3d",
"version": "1.1.1", "version": "1.1.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "visual-anatomy-3d", "name": "visual-anatomy-3d",
"version": "1.1.1", "version": "1.1.2",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@glidejs/glide": "^3.4.1", "@glidejs/glide": "^3.4.1",

View file

@ -1,6 +1,6 @@
{ {
"name": "visual-anatomy-3d", "name": "visual-anatomy-3d",
"version": "1.1.1", "version": "1.1.2",
"description": "Visual Anatomy 3D", "description": "Visual Anatomy 3D",
"scripts": { "scripts": {
"build-dev:webpack": "webpack", "build-dev:webpack": "webpack",

View file

@ -206,19 +206,26 @@ article#post .post__content > ul, article#post .post__content > ol {
article#post .post__content ul { article#post .post__content ul {
list-style-type: disc; list-style-type: disc;
list-style-position: inside; /* list-style-position: inside; */
} }
article#post .post__content ol { article#post .post__content ol {
list-style-type: decimal; list-style-type: decimal;
list-style-position: inside; /* list-style-position: inside; */
} }
article#post .post__content ul ul, article#post .post__content ul { article#post .post__content ul ul, article#post .post__content ul {
list-style-type: circle; list-style-type: circle;
list-style-position: inside; /* list-style-position: inside; */
margin-left: 2rem; margin-left: 2rem;
} }
article#post .post__content ol ol, ul ol { article#post .post__content ol ol, ul ol {
list-style-type: lower-latin; list-style-type: lower-latin;
list-style-position: inside; /* list-style-position: inside; */
margin-left: 2rem; margin-left: 2rem;
} }
article#post .post__content li {
margin-bottom: .35em;
line-height: 1.4;
}
article#post .post__content li::marker {
font-weight: 600;
}

View file

@ -15,4 +15,4 @@ this is a **paragraph**.
@[youtube](dQw4w9WgXcQ) @[youtube](dQw4w9WgXcQ)
test