lyunm1206
commited on
Commit
·
2849e8e
1
Parent(s):
de2eb3e
side
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<title>3D Model Viewer</title>
|
| 5 |
<style>
|
| 6 |
.model-container {
|
| 7 |
-
width:
|
| 8 |
height: 400ps; /* Increased height and made relative to viewport height */
|
| 9 |
display: inline-block;
|
| 10 |
}
|
|
|
|
| 4 |
<title>3D Model Viewer</title>
|
| 5 |
<style>
|
| 6 |
.model-container {
|
| 7 |
+
width: 49%; /* Increased width */
|
| 8 |
height: 400ps; /* Increased height and made relative to viewport height */
|
| 9 |
display: inline-block;
|
| 10 |
}
|