hexo-theme-particlex 2.5.12 → 2.5.13

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": "hexo-theme-particlex",
3
- "version": "2.5.12",
3
+ "version": "2.5.13",
4
4
  "description": "A concise Hexo theme, based on Particle.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -672,7 +672,7 @@ blockquote {
672
672
  background: #d9e8ff6b;
673
673
  border-left: 3px solid #1e3e3f;
674
674
  border-radius: 3px;
675
- display: flex;
675
+ overflow: auto;
676
676
  padding: 0 15px;
677
677
  }
678
678
  body {