@apify/docs-theme 1.0.119 → 1.0.121

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/docs-theme",
3
- "version": "1.0.119",
3
+ "version": "1.0.121",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "files": [
@@ -339,76 +339,6 @@ body {
339
339
  line-height: 24px;
340
340
  }
341
341
 
342
- @font-face {
343
- font-family: -apple-system;
344
- src: url('/font/lota.woff2') format('woff2'),
345
- url('/font/lota.woff') format('woff');
346
- font-weight: 600;
347
- }
348
-
349
- @font-face {
350
- font-family: BlinkMacSystemFont;
351
- src: url('/font/lota.woff2') format('woff2'),
352
- url('/font/lota.woff') format('woff');
353
- font-weight: 600;
354
- }
355
-
356
- @font-face {
357
- font-family: 'Segoe UI';
358
- src: url('/font/lota.woff2') format('woff2'),
359
- url('/font/lota.woff') format('woff');
360
- font-weight: 600;
361
- }
362
-
363
- @font-face {
364
- font-family: 'Roboto';
365
- src: url('/font/lota.woff2') format('woff2'),
366
- url('/font/lota.woff') format('woff');
367
- font-weight: 600;
368
- }
369
-
370
- @font-face {
371
- font-family: 'Oxygen';
372
- src: url('/font/lota.woff2') format('woff2'),
373
- url('/font/lota.woff') format('woff');
374
- font-weight: 600;
375
- }
376
-
377
- @font-face {
378
- font-family: 'Ubuntu';
379
- src: url('/font/lota.woff2') format('woff2'),
380
- url('/font/lota.woff') format('woff');
381
- font-weight: 600;
382
- }
383
-
384
- @font-face {
385
- font-family: 'Cantarell';
386
- src: url('/font/lota.woff2') format('woff2'),
387
- url('/font/lota.woff') format('woff');
388
- font-weight: 600;
389
- }
390
-
391
- @font-face {
392
- font-family: 'Fira Sans';
393
- src: url('/font/lota.woff2') format('woff2'),
394
- url('/font/lota.woff') format('woff');
395
- font-weight: 600;
396
- }
397
-
398
- @font-face {
399
- font-family: 'Droid Sans';
400
- src: url('/font/lota.woff2') format('woff2'),
401
- url('/font/lota.woff') format('woff');
402
- font-weight: 600;
403
- }
404
-
405
- @font-face {
406
- font-family: 'Helvetica Neue';
407
- src: url('/font/lota.woff2') format('woff2'),
408
- url('/font/lota.woff') format('woff');
409
- font-weight: 600;
410
- }
411
-
412
342
  @font-face {
413
343
  font-family: 'Lota Grotesque';
414
344
  src: url('/font/lota.woff2') format('woff2'),
@@ -416,13 +346,6 @@ body {
416
346
  font-weight: 600;
417
347
  }
418
348
 
419
- @font-face {
420
- font-family: sans-serif;
421
- src: url('/font/lota.woff2') format('woff2'),
422
- url('/font/lota.woff') format('woff');
423
- font-weight: 600;
424
- }
425
-
426
349
  .navbar__item {
427
350
  font-weight: 500;
428
351
  }
@@ -524,6 +447,12 @@ html[data-theme="dark"] .DocSearch-Button .DocSearch-Search-Icon {
524
447
  margin: auto;
525
448
  }
526
449
 
450
+ @media (max-width: 960px) {
451
+ .main-wrapper > div {
452
+ max-width: 100%;
453
+ }
454
+ }
455
+
527
456
  aside > div > a {
528
457
  padding-left: 0px;
529
458
  }