diff --git a/src/components/PreviewPanel.jsx b/src/components/PreviewPanel.jsx index b5c0eb0..4302aa5 100644 --- a/src/components/PreviewPanel.jsx +++ b/src/components/PreviewPanel.jsx @@ -33,7 +33,7 @@ export default function PreviewPanel({ code }) { backgroundColor: '#d300c5', height: '6px', borderRadius: '3px 3px 0 0', - marginBottom: '0.5rem' + marginBottom: '0.2rem' }} />

{ setGameId(e.target.value.trim()); setSubmitted(false); }} style={{ width: '100%', + height: '2.5rem', textAlign: 'center', padding: '0.2rem', - marginBottom: '0.5rem', + marginBottom: '0.8rem', border: 'none', borderRadius: 4, background: 'transparent', @@ -105,7 +106,7 @@ export default function PreviewPanel({ code }) {