push
parent
dcb218d4a4
commit
afea3026a2
File diff suppressed because one or more lines are too long
4
app.css
4
app.css
|
@ -382,8 +382,8 @@
|
|||
left: 0px;
|
||||
}
|
||||
|
||||
.right-2 {
|
||||
right: 0.5rem;
|
||||
.right-1 {
|
||||
right: 0.25rem;
|
||||
}
|
||||
|
||||
.-top-7 {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta property="og:title" content="three.cad" />
|
||||
<meta property="og:description" content="CAD in the browser" />
|
||||
<meta property="og:description" content="3D modelling software built using Three.js, React, and Web Assembly. Features parametric sketching and constructive solid geometry (CSG) capabilities." />
|
||||
<meta property="og:url" content="https://twpride.github.io/three.cad/" />
|
||||
<meta property="og:image" content="site_preview.gif" />
|
||||
<link rel="apple-touch-icon" href="icon-192.png" />
|
||||
|
|
Loading…
Reference in New Issue