Skip to content

Commit 232d0ee

Browse files
committed
Update InstrumentWindow.jsx
1 parent 50f6e8d commit 232d0ee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/InstrumentWindow/InstrumentWindow.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,10 @@ const InstrumentWindow = () => {
163163
size={100}
164164
delay={delay}
165165
/>
166-
<p style={{ fontSize: 25 }}>Please take this time to explore the instrument
166+
<p style={{
167+
textAlign: 'center',
168+
maxWidth: '75%',
169+
fontSize: 25 }}>Please take this time to explore the instrument
167170
by clicking/tapping on the various components</p>
168171
</>
169172
)}

0 commit comments

Comments
 (0)