jekyll-theme-tallneck 0.1.1 → 0.1.2

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/assets/css/style.css +27 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5ace7d19e5698d0ee503e2697a818399a9a1743c96db083df1445e6e92957f2a
4
- data.tar.gz: 9ceb86c4e1c31b7201c01e7a2493c998d9426df07a02e08d1623474a7a117454
3
+ metadata.gz: b78e9f41c1b51565bbcf1fa916d808cde5f741f0bfbdf8aa5d9f2b0174409281
4
+ data.tar.gz: ccbe02eb67a7805414a1338e19710d4f48e669abc95c7198493d70e2c6845a3d
5
5
  SHA512:
6
- metadata.gz: 4a66d1c7b86be8fab787502890483069d4bf05991d29491b7fca300561041af17075dfa9723240ea03677487d16ba8e5947bf2178f8e028e6304b3310c321fdd
7
- data.tar.gz: 58c5fa7859d4a2c9f07a9ebd641c4f11fe87444df2f6008aede0dc0875d6f6b958c7a745ac9d51ccae273b5f610080c725d8d4298d1393b335b8b46608de4a4a
6
+ metadata.gz: 6f9ee31d9fdba32b64ae4d2479a6c31b37f8d34faffd082f3f8384daa4f1de4e70cb97221df5ca047cb6f70da0fe4550f627f3c759f53397618ce80c887caa96
7
+ data.tar.gz: 9b6699bdb22d22f387619c24f90bb2f6afa6ed6ce8deffbce7faaf183bcf8e132b1a1c05d42b6370e5c5a94d3af588edf685176a4823f1aace3741f7293dc744
data/assets/css/style.css CHANGED
@@ -25,7 +25,7 @@
25
25
  html {
26
26
  font-family: 'Roboto', sans-serif;
27
27
  font-size: 100%;
28
- min-width: 200px;
28
+ min-width: 270px;
29
29
  }
30
30
 
31
31
  body {
@@ -66,6 +66,7 @@ small {
66
66
  a {
67
67
  text-decoration: none;
68
68
  color: #000;
69
+ word-break: break-all;
69
70
  }
70
71
 
71
72
  a:hover {
@@ -269,6 +270,31 @@ header nav ul li a:hover {
269
270
  object-fit: cover;
270
271
  }
271
272
 
273
+ @media (max-width: 870px) {
274
+ .post-preview__box__image {
275
+ display: none;
276
+ }
277
+
278
+ .post-preview__box__content__title {
279
+ margin-bottom: 0.2em;
280
+ margin-top: 0.2em;
281
+ font-size: 1.5rem;
282
+ }
283
+ }
284
+
285
+
286
+ @media (max-width: 350px) {
287
+ .post-preview__box__image {
288
+ display: none;
289
+ }
290
+
291
+ .post-preview__box__content__title {
292
+ margin-bottom: 0.2em;
293
+ margin-top: 0.2em;
294
+ font-size: 1.2rem;
295
+ }
296
+ }
297
+
272
298
  .post-preview__box__content {
273
299
  width: 100%;
274
300
  padding-left: 0.5rem;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-tallneck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Toniutti