File tree 1 file changed +21
-2
lines changed
1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 308
308
border : 2px solid ;
309
309
padding : 12px ;
310
310
margin-bottom : 16px ;
311
+ margin-top : 16px ;
312
+ max-width : 360px ;
311
313
.panel-title {
312
314
font-weight : 600 ;
313
315
margin-top : 4px ;
372
374
}
373
375
.panel.graph {
374
376
flex-grow : 1 ;
375
- flex-basis : 100 % ;
377
+ flex-basis : 65 % ;
376
378
}
377
379
}
378
380
}
379
381
@media (min-width : 1200px ) {
380
382
.sub-section__panel {
381
383
.panel.graph {
382
- flex-basis : 60% ;
384
+ flex-basis : 57.5% ;
385
+ }
386
+ }
387
+ }
388
+ @media (min-width : 1400px ) {
389
+ .sub-section__panel {
390
+ .panel.graph {
391
+ flex-basis : 50% ;
392
+ }
393
+ }
394
+ }
395
+ @media (min-width : 1600px ) {
396
+ .sub-section__panel {
397
+ .panel.graph {
398
+ flex-basis : 25% ;
399
+ }
400
+ .panel.overview {
401
+ margin-left : 16px ;
383
402
}
384
403
}
385
404
}
You can’t perform that action at this time.
0 commit comments