howdy-jekyll-theme 1.0.1 → 1.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 150d69091ff8829a9e24c5bc73f0282aef6c5db38a1c18a1742298590d6f9835
4
- data.tar.gz: fcbad23e1de46813631361f3420b5209394c173b00d21daaed743cbb52c86e75
3
+ metadata.gz: 5fa6da0bec711a5951bd7ef3bb51909676fc336943db32fcd24ce4432890f7a9
4
+ data.tar.gz: 5ab762db73a45da22594709f5cd2d4aec482727ddd6a46f38324ca324f22e1db
5
5
  SHA512:
6
- metadata.gz: e0c43f100c390da27f739a9a3d8e41354721612fdc3c660960ca252795b65572875c004063bf7577d34dc32fd2b51d7b6638708db5197806db0a106e9c59c615
7
- data.tar.gz: 42a1944d392f500fbc708216d78b0b24205e36486f506214f480881a1f0b4c83999ec1003bf7b4f9139df85330b6f7465da7f0ed1ddc0115f4d0d625b55bfe0c
6
+ metadata.gz: c89d70bb104087bfe6a31c07f0b3162529941e6e75e8aba829f60b9744809780e8cddf2a037f6f40e181f099e1d7e31a76b6f52f3dcfaa77ad28aa6feccae9cb
7
+ data.tar.gz: 96237235b3b296ade916747c5ef9c2787a16e34d53ee27286d670c99e779e15fda844eec5d5bc4bef3865bf02a1ea8f51d4955731a71e502e2b0fa0a303e5b03
data/_sass/_layout.scss CHANGED
@@ -437,7 +437,7 @@ body.loaded .projects-grid {
437
437
  flex: none;
438
438
  place-content: flex-start;
439
439
  align-items: stretch;
440
- gap: var(--howdy-content-gap-xxl);
440
+ row-gap: 32px;
441
441
  width: 100%;
442
442
  max-width: 720px;
443
443
  height: min-content;
@@ -448,28 +448,23 @@ body.loaded .projects-grid {
448
448
 
449
449
  @media (max-width: $howdy-xl) {
450
450
  max-width: none;
451
- gap: var(--howdy-content-gap-xl);
452
451
  padding: 56px var(--howdy-content-area-padding-xl) var(--howdy-content-area-padding-xl-bottom);
453
452
  }
454
453
 
455
454
  @media (max-width: $howdy-lg) {
456
- gap: var(--howdy-content-gap-lg);
457
455
  padding: 0 var(--howdy-content-area-padding-lg) var(--howdy-content-area-padding-lg-bottom);
458
456
  }
459
457
 
460
458
  @media (max-width: $howdy-md) {
461
459
  padding: 0 var(--howdy-content-area-padding-md) var(--howdy-content-area-padding-md-bottom);
462
- gap: var(--howdy-content-gap-md);
463
460
  }
464
461
 
465
462
  @media (max-width: $howdy-sm) {
466
463
  padding: 0 var(--howdy-content-area-padding-sm) var(--howdy-content-area-padding-sm-bottom);
467
- gap: var(--howdy-content-gap-sm);
468
464
  }
469
465
 
470
466
  @media (max-width: $howdy-xs) {
471
467
  padding: 0 var(--howdy-content-area-padding-xs) var(--howdy-content-area-padding-xs-bottom);
472
- gap: var(--howdy-content-gap-xs);
473
468
  }
474
469
  }
475
470
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |spec|
2
2
  spec.name = "howdy-jekyll-theme"
3
- spec.version = "1.0.1"
3
+ spec.version = "1.0.2"
4
4
  spec.authors = ["Kyle Greenan"]
5
5
  spec.email = ["kyle@howdyitskyle.com"]
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: howdy-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Greenan