jekyll-theme-fast 0.1.5 → 0.1.6

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/jekyll-theme-fast.scss +11 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 58ff9f5e0011c7b28e7d57a93da3d26a7101bed5357cabb036aff67e1a9c83a1
4
- data.tar.gz: 823f8fd8cd253d7f130dc2b78ae42e64d0846e28dc1f238ec892f05fd638196a
3
+ metadata.gz: 8daf752c3c7a4cb2154bc514adb34e25d3f1fd8b5309539a45b7e2cd987cbee1
4
+ data.tar.gz: 78bda43d139a7631536e29205c93847ef97f9d44bcad8a2f237bf95ff1771d11
5
5
  SHA512:
6
- metadata.gz: f611af4678d5d7119148b2303e872cd07dcb186b5a9379c11c73829d082e3b6e5db3956def8c10d36215d781044d6ceeb91880755c09361d9c4032439732bdb9
7
- data.tar.gz: 70f6cbd4b8a3061c95c4e3bdc61fd39d14493d5396d3d7ec071e07a6b3cc3a34f8e87a133e267628772a205d6f1716da7fc6b9bb30b8be2dc98581c414764176
6
+ metadata.gz: 3296ad77d9acabfd7a213145ca1d3bb818b384118d3bcfd62d5c52bc10c2241212bfda2f85f0650a50f8b9ff36068cc3d57d3246e517336bda9d7622297c4c2d
7
+ data.tar.gz: 06ba2d7486d7372e838752754bb137273dc0813d7fbbc5bac3a58c3a0551cd016c42e44d0bf98d47009be4355973e091d36f6f2875d272eec692edd81621e748
@@ -108,4 +108,15 @@ footer {
108
108
  .markdown-body .highlight pre,
109
109
  .markdown-body pre {
110
110
  background-color: inherit;
111
+ }
112
+
113
+ @media screen and(max-width: 1000px) {
114
+ nav {
115
+ display: none;
116
+ }
117
+ section {
118
+ width: 80vw;
119
+ -webkit-transform: none;
120
+ transform: none;
121
+ }
111
122
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-fast
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - liurongqing