We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232d0ee commit c9f00a4Copy full SHA for c9f00a4
1 file changed
src/style/InstrumentWindow.css
@@ -15,14 +15,19 @@
15
}
16
17
.instrument-container {
18
+ display: flex;
19
position: relative;
- width: 100%;
20
+ width: 75%;
21
height: 100%;
22
+
23
+ justify-content: center;
24
+ align-items: center;
25
26
27
#instrument {
28
height: 90vh;
29
flex-grow: 1;
30
31
position: relative; /* Ensure this is a positioning context */
32
33
@@ -85,7 +90,7 @@
85
90
display: flex;
86
91
flex-direction: column;
87
92
align-items: center;
88
- width: 36%;
93
+ width: 25%;
89
94
padding-bottom: 25px;
95
96
@@ -278,6 +283,10 @@
278
283
279
284
280
285
286
+ .instrument-container {
287
+ width: 100%;
288
+ }
289
281
290
282
291
width: 100%;
292
0 commit comments