File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 38
38
max-width : 1200px ;
39
39
margin : 20px auto;
40
40
gap : 20px ;
41
- width : 100 % ;
41
+ width : 95 % ;
42
42
}
43
43
# vector-input {
44
44
display : flex;
59
59
}
60
60
# instructions {
61
61
max-width : 800px ;
62
- margin : 20px auto ;
62
+ margin : 20px 20 px ;
63
63
padding : 20px ;
64
64
background-color : # fff ;
65
65
border-radius : 10px ;
78
78
}
79
79
textarea {
80
80
width : 100% ;
81
+ height : auto; /* Adjust height to content on narrow viewports */
82
+ min-height : 6em ;
83
+ }
84
+ # plot {
85
+ width : 100% ;
86
+ height : auto; /* Adjust height to content on narrow viewports */
87
+ }
88
+ # instructions {
89
+ margin-top : 20px ; /* Add some space between plot and instructions */
90
+ margin-left : 5%
91
+ width: 85% ; /* Ensure it takes full width on narrower devices */
92
+ }
93
+ }
94
+ @media (max-width : 480px ) {
95
+ # intro , # instructions {
96
+ margin : auto 10px ;
97
+ padding : 10px ; /* Reduce padding for very small screens */
81
98
}
82
99
}
83
100
</ style >
You can’t perform that action at this time.
0 commit comments