File tree Expand file tree Collapse file tree 4 files changed +8162
-42
lines changed Expand file tree Collapse file tree 4 files changed +8162
-42
lines changed Original file line number Diff line number Diff line change 1+ .v-datalist-container {
2+ min-height : 31.25rem ;
3+ height : 80vh ;
4+ width : 100% ;
5+ margin-left : 0.5rem ;
6+ margin-right : 0.5rem ;
7+ background-color : white;
8+ }
9+
10+ .v-canvas-container {
11+ border : 0rem solid # fff ;
12+ width : 100% ;
13+ }
14+
115.main {
2- width : 85% ;
3- height : 85 % ;
4- background-color : white;
16+ width : 85% ;
17+ height : 100 % ;
18+ /* background-color: white;*/
519}
620
21+ /*table.table{
22+ background-color: lightblue;
23+ height: 40px;
24+ width: 200px;
25+ overflow-y: scroll;
26+ }
27+ */
28+ /*#main{
29+ margin-top: 20px;
30+ }*/
31+
32+ # chartContainer {
33+ height : 65vh ;
34+ width : 100% ;
35+ }
36+
37+ .apparatus {
38+ order : 1 ;
39+ }
40+
41+ .simulation {
42+ order : 2 ;
43+ }
44+
45+ .observations {
46+ order : 3 ;
47+ }
48+
49+ @media screen and (max-width : 1023px ) {
50+ .apparatus {
51+ order : 1 ;
52+ }
53+
54+ .simulation {
55+ order : 3 ;
56+ }
57+
58+ .observations {
59+ order : 2 ;
60+ }
61+ }
You can’t perform that action at this time.
0 commit comments