hexo-theme-particlex 2.4.2 → 2.4.3

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hexo-theme-particlex",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "A concise Hexo theme, based on Particle.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -525,17 +525,13 @@ body::-webkit-scrollbar-track {
525
525
  .content {
526
526
  transition: opacity 0.25s;
527
527
  }
528
- .content img {
529
- display: block;
530
- margin: 15px auto;
531
- max-width: 75%;
532
- }
528
+ .content img,
533
529
  .content video,
534
530
  .content audio,
535
531
  .content iframe {
536
532
  display: block;
537
533
  margin: 15px auto;
538
- width: 75%;
534
+ max-width: 75%;
539
535
  }
540
536
  .copycode {
541
537
  color: #5c6b72;