This commit is contained in:
Sharwin24 2025-03-13 15:22:36 -05:00
parent 9a5d100078
commit dda0e81459
2 changed files with 2 additions and 2 deletions

View file

@ -139,7 +139,7 @@ The forward and inverse kinematics were then implemented in C++ following the ap
</details>
</div>
<div id="workspace-container" style="display: flex; flex-direction: column; width: 90%; justify-content: center; align-items: center;">
<div id="workspace-container" style="overflow-x: auto; width: 90%; justify-content: center; align-items: center; display: flex; margin: 0 auto;">
</div>
### The Jacobian

File diff suppressed because one or more lines are too long