Skip to content

Commit ae86003

Browse files
committed
add missing image and improve spacing on mobile
1 parent ffb0c43 commit ae86003

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/STLPileViewer.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ export default function STLPileViewer({
159159
const shuffledModels = [...expandedModels].sort(() => Math.random() - 0.5);
160160

161161
return (
162-
<div style={{ position: "relative", marginTop: "-50vh" }}>
162+
<div
163+
style={{ position: "relative", marginTop: "calc((50vh + 144px) * -1)" }}
164+
>
163165
<div
164166
className={className}
165167
style={{
902 KB
Loading

0 commit comments

Comments
 (0)