summoner-jekyll-theme 2.0.0 → 2.0.1

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: fb13977a2a8c5fc011af64ee0ce4b0084c6c7c4dc5f5321e0bf02c36f6c55f8c
4
- data.tar.gz: 872814841fdde75681c5ee4a2c14630edd1e9deaab144bc4093005ec01957687
3
+ metadata.gz: cacf386da5ffcd65a00a1d5313b1082f48c7b3f78fafa3a5fc9de41fdde234e1
4
+ data.tar.gz: a49c6a6f339c6c47bb78e7a6a284bcd22c10ef7901c5c03a5217e0d87bdea3e6
5
5
  SHA512:
6
- metadata.gz: 7e46fe18e3b7de0ca854623440a487650a5d65fe2f7913568e1ce2b98371e4a666fa4bc02b31daede28a5263ec7a1850115edb759148eaaeda41857d1bac38db
7
- data.tar.gz: 1c81ebf6ed8a4467c2016dab83dd6c6cd900a61dd2ce9fa79750f80b4f60968bd64212a21ac8cf1756ccfb2ee3c4d1339844bfd3532058caca5005d47aa95d13
6
+ metadata.gz: 148b2873ee2884fa2947ef7831c6d196efa391da26572af6d4b5a42a3e015a78629c5adc632727e4f2a9139421cdc29a9ae35f5ef058ab33d02303119bbeb7d5
7
+ data.tar.gz: ec884ecf6e219f90335972cbfa4d68c9a01e32c78775cb03be8b12751b24a952517fd2e172fb474e6eef20c4d79904eb09b81f653ddf4b1c6e7b86eb89d8b2fd
@@ -1,3 +1,4 @@
1
1
  .motif {
2
2
  position: relative;
3
+ width: 300px;
3
4
  }
@@ -11,4 +11,4 @@
11
11
  max-width: 650px;
12
12
  padding: var(--space-s);
13
13
  }
14
- }
14
+ }
@@ -1,3 +1,5 @@
1
+ @use "../mixins/media";
2
+
1
3
  .missing {
2
4
  margin-left: auto;
3
5
  margin-right: auto;
@@ -6,10 +8,17 @@
6
8
 
7
9
  .missing img {
8
10
  max-height: 20rem;
11
+ max-width: 100%;
9
12
  margin-left: auto;
10
13
  margin-right: auto;
14
+ margin-top: -6px;
11
15
  margin-bottom: var(--space-m);
12
16
  text-align: center;
17
+ width: 300px;
18
+
19
+ @include media.media(breakpoint) {
20
+ margin-top: -2px;
21
+ }
13
22
  }
14
23
 
15
24
  .missing h1 {
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: summoner-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rory Dudley
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-17 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
12
  email:
13
13
  - rory.dudley@gmail.com
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
85
85
  - !ruby/object:Gem::Version
86
86
  version: '0'
87
87
  requirements: []
88
- rubygems_version: 3.6.2
88
+ rubygems_version: 3.6.7
89
89
  specification_version: 4
90
90
  summary: My custom jekyll theme for https://summoning.net/.
91
91
  test_files: []