提交 2f333c75 编写于 作者: Y Yuin Chien

adjust list padding

上级 bee266de
......@@ -8,7 +8,7 @@
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
<h1>[name]</h1><br />
<h1>[name]</h1>
<p>The goal of this section is to give a brief introduction to three.js. We will start by setting up a scene, with a spinning cube. A working example is provided at the bottom of the page in case you get stuck and need help.</p>
......
......@@ -8,7 +8,7 @@
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
<h1>[name]</h1><br />
<h1>[name]</h1>
<p>
While importing three.js via script tags is a great way to get up and running fast, it has a few drawbacks for longer lived projects, for example:
......
......@@ -99,7 +99,7 @@ p {
ul, ol {
box-sizing: border-box;
padding-left: var(--page-padding);
padding-left: 24px;
}
ul li,
ol li {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册