File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 108
108
109
109
# states-list {
110
110
display : flex;
111
- justify-content : space-around;
112
- align-items : center;
113
- width : 80% ;
111
+ flex-direction : column;
112
+ align-items : start;
114
113
list-style : none;
115
114
margin : 0 ;
115
+ padding : 0 ;
116
+ }
117
+ .section-scenarios {
118
+ flex-direction : column;
119
+ }
120
+
121
+ @media (min-width : 760px ) {
122
+ # states-list {
123
+ justify-content : space-around;
124
+ flex-direction : row;
125
+ align-items : center;
126
+ width : 80% ;
127
+ }
128
+ .section-scenarios {
129
+ flex-direction : row;
130
+ }
116
131
}
117
132
118
133
.tooltip {
@@ -303,7 +318,7 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
303
318
< div class ="section-heading "> Filter</ div >
304
319
< input id ="filter " type ="text " v-model ="filter.name " />
305
320
</ div >
306
- < div class =" section ">
321
+ < div class ="section section-scenarios ">
307
322
< div class ="section-heading ">
308
323
< div style ="width: 160px; ">
309
324
< span > Scenarios</ span >
You can’t perform that action at this time.
0 commit comments