File tree Expand file tree Collapse file tree
components/InstrumentWindow Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,6 +163,11 @@ const InstrumentWindow = () => {
163163 size = { 100 }
164164 delay = { delay }
165165 />
166+ < p style = { {
167+ textAlign : 'center' ,
168+ maxWidth : '75%' ,
169+ fontSize : 25 } } > Please take this time to explore the instrument
170+ by clicking/tapping on the various components</ p >
166171 </ >
167172 ) }
168173 { ! fetching && error && (
Original file line number Diff line number Diff line change 1515}
1616
1717.instrument-container {
18+ display : flex;
1819 position : relative;
19- width : 100 % ;
20+ width : 75 % ;
2021 height : 100% ;
22+
23+ justify-content : center;
24+ align-items : center;
2125}
2226
2327# instrument {
2428 height : 90vh ;
2529 flex-grow : 1 ;
30+ justify-content : center;
2631 position : relative; /* Ensure this is a positioning context */
2732}
2833
8590 display : flex;
8691 flex-direction : column;
8792 align-items : center;
88- width : 36 % ;
93+ width : 25 % ;
8994 padding-bottom : 25px ;
9095}
9196
278283 flex-direction : column;
279284 }
280285
286+ .instrument-container {
287+ width : 100% ;
288+ }
289+
281290 # instrument {
282291 width : 100% ;
283292 }
You can’t perform that action at this time.
0 commit comments