howdy-jekyll-theme 1.0.1 → 1.0.3

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: 3c76a97513ea456f11ead87da4dcb383919361151b9b4106b6c4e4dfd940b3b3
4
+ data.tar.gz: 8c250eb79ed790461b7bc0ed8aac1e77562a0d41034197901a6ef0f00a9748fb
5
5
  SHA512:
6
- metadata.gz: e0c43f100c390da27f739a9a3d8e41354721612fdc3c660960ca252795b65572875c004063bf7577d34dc32fd2b51d7b6638708db5197806db0a106e9c59c615
7
- data.tar.gz: 42a1944d392f500fbc708216d78b0b24205e36486f506214f480881a1f0b4c83999ec1003bf7b4f9139df85330b6f7465da7f0ed1ddc0115f4d0d625b55bfe0c
6
+ metadata.gz: 8bbf94254ab3d9bd7bb4aafcde5551b16bf4548ee2393c2d15a1bd308182124b84a8e5dabd6ede2eb2de3e06c224d009292243c7a5976372ce778ad0967e6cda
7
+ data.tar.gz: f3def116d86645d8211b0f35fe0404822d9808c1049f11c7a0e01048cc27f987c26124942f063e11882b39e108f01b54cd0ef37f2d8266d9d56bfc62ba1d9985
data/_sass/_base.scss CHANGED
@@ -20,7 +20,7 @@ html, body {
20
20
  }
21
21
 
22
22
  body {
23
- background-color: var(--howdy-bg-light-gray);
23
+ background-color: var(--howdy-bg-white);
24
24
  color: var(--howdy-text-primary);
25
25
  font-family: var(--howdy-font-primary);
26
26
  font-size: 16px;
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.3"
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.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Greenan