@@ -388,6 +388,16 @@ exports[`Adopt OpenJDK Renders correctly 1`] = `
388
388
flex - direction : row ;
389
389
}
390
390
391
+ @media screen and (max-width: 460px) {
392
+ .emotion - 67 {
393
+ width: 100 % ;
394
+ - webkit - box - pack : space - evenly ;
395
+ - ms - flex - pack : space - evenly ;
396
+ - webkit - justify - content : space - evenly ;
397
+ justify - content : space - evenly ;
398
+ }
399
+ }
400
+
391
401
.emotion-63 {
392
402
color : var (-- system - text - primary - dark );
393
403
- webkit - transition : all 0.2s ease - out ;
@@ -1840,6 +1850,16 @@ exports[`Open Telemetry Page Renders correctly 1`] = `
1840
1850
flex - direction : row ;
1841
1851
}
1842
1852
1853
+ @media screen and (max-width: 460px) {
1854
+ .emotion - 67 {
1855
+ width: 100 % ;
1856
+ - webkit - box - pack : space - evenly ;
1857
+ - ms - flex - pack : space - evenly ;
1858
+ - webkit - justify - content : space - evenly ;
1859
+ justify - content : space - evenly ;
1860
+ }
1861
+ }
1862
+
1843
1863
.emotion-63 {
1844
1864
color : var (-- system - text - primary - dark );
1845
1865
- webkit - transition : all 0.2s ease - out ;
@@ -3292,6 +3312,16 @@ exports[`W3C Distributed Tracing Working Group Renders correctly 1`] = `
3292
3312
flex - direction : row ;
3293
3313
}
3294
3314
3315
+ @media screen and (max-width: 460px) {
3316
+ .emotion - 67 {
3317
+ width: 100 % ;
3318
+ - webkit - box - pack : space - evenly ;
3319
+ - ms - flex - pack : space - evenly ;
3320
+ - webkit - justify - content : space - evenly ;
3321
+ justify - content : space - evenly ;
3322
+ }
3323
+ }
3324
+
3295
3325
.emotion-63 {
3296
3326
color : var (-- system - text - primary - dark );
3297
3327
- webkit - transition : all 0.2s ease - out ;
0 commit comments