File tree Expand file tree Collapse file tree 1 file changed +17
-13
lines changed
assets/stylesheets/new-stylesheets/pages Expand file tree Collapse file tree 1 file changed +17
-13
lines changed Original file line number Diff line number Diff line change 438
438
439
439
& .code-box-with-tabs {
440
440
overflow : hidden ;
441
+
442
+ h2 {
443
+ font-size : 22px ;
444
+ line-height : 1.2 ;
445
+ margin-bottom : 5px ;
446
+
447
+ @media only screen and (max-width : 768px ) {
448
+ font-size : 32px ;
449
+ line-height : 1.33 ;
450
+ }
451
+ }
452
+
441
453
pre {
442
454
display : none ;
443
455
470
482
margin-bottom : -1px ;
471
483
}
472
484
}
485
+
486
+ @media only screen and (max-width : 768px ) {
487
+ overflow : scroll ;
488
+ padding-bottom : 1px ;
489
+ }
473
490
}
474
491
475
492
.link-wrapper {
492
509
display : flex ;
493
510
}
494
511
495
- & .code-box-with-tabs {
496
- h2 {
497
- font-size : 22px ;
498
- line-height : 1.2 ;
499
- margin-bottom : 5px ;
500
-
501
- @media only screen and (max-width : 768px ) {
502
- font-size : 32px ;
503
- line-height : 1.33 ;
504
- }
505
- }
506
- }
507
-
508
512
h2 {
509
513
font-size : 48px ;
510
514
margin-bottom : 27px ;
You can’t perform that action at this time.
0 commit comments