minima 2.5.0 → 2.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5ab199d15453eb84af2c6faa3b59582c9525759f7d33d49024cf5a994ed0bb0
4
- data.tar.gz: 36aeefc8491a6796a4d8d835526ad9cb02244999dde5ce0254ea364e7631d223
3
+ metadata.gz: 7b02f11d180bb4817f99c80e9fa9d4a2445197c503c65f7fc3d47d07171406b3
4
+ data.tar.gz: bb8c120c9dbb4b4a41e0d6c5d484de270aa37b2953f89f11a934a1e9973d38bb
5
5
  SHA512:
6
- metadata.gz: 2cf7857c39681850d8a294b8e931a37885bc5b1e7a7621af7a7c53418b922ae4b4bff92a405a4b59ee993daee0152cbc2eb416c281936cefb8b65faa36f544e1
7
- data.tar.gz: 9ed1480c770a16893eaa110c6551916657bc7eec84a97884d0ae63500438012acf9ffe2f06bf97f589ef9e3760be35d867f118a5ca345dee69f58a4752e29791
6
+ metadata.gz: e1b02a392bc30df8cb11585988d4dddd5e5978163dff6842b4b2addce789e695de7350820d64a5b1afda796018e9926622ee375a86e0efd96374faffe2129c91
7
+ data.tar.gz: ad65a6bbde7594085ebc17138fb9a7d3dd5cd314aca905dcac73e9b4062ef569abc2db30d048a515079f23f5fd3f1a4d94b12db835121c14ecc2bbe417d720bb
@@ -37,7 +37,7 @@ h1, h2, h3, h4, h5, h6,
37
37
  p, blockquote, pre,
38
38
  ul, ol, dl, figure,
39
39
  %vertical-rhythm {
40
- margin-bottom: $spacing-unit / 2;
40
+ margin-bottom: $spacing-unit * 0.5;
41
41
  }
42
42
 
43
43
 
@@ -131,7 +131,7 @@ a {
131
131
  blockquote {
132
132
  color: $grey-color;
133
133
  border-left: 4px solid $grey-color-light;
134
- padding-left: $spacing-unit / 2;
134
+ padding-left: $spacing-unit * 0.5;
135
135
  @include relative-font-size(1.125);
136
136
  letter-spacing: -1px;
137
137
  font-style: italic;
@@ -186,8 +186,8 @@ pre {
186
186
  @include media-query($on-laptop) {
187
187
  max-width: -webkit-calc(#{$content-width} - (#{$spacing-unit}));
188
188
  max-width: calc(#{$content-width} - (#{$spacing-unit}));
189
- padding-right: $spacing-unit / 2;
190
- padding-left: $spacing-unit / 2;
189
+ padding-right: $spacing-unit * 0.5;
190
+ padding-left: $spacing-unit * 0.5;
191
191
  }
192
192
  }
193
193
 
@@ -241,7 +241,7 @@ table {
241
241
  }
242
242
  }
243
243
  th, td {
244
- padding: ($spacing-unit / 3) ($spacing-unit / 2);
244
+ padding: ($spacing-unit * 0.3333333333) ($spacing-unit * 0.5);
245
245
  }
246
246
  th {
247
247
  background-color: lighten($grey-color-light, 3%);
@@ -49,7 +49,7 @@
49
49
  @include media-query($on-palm) {
50
50
  position: absolute;
51
51
  top: 9px;
52
- right: $spacing-unit / 2;
52
+ right: $spacing-unit * 0.5;
53
53
  background-color: $background-color;
54
54
  border: 1px solid $grey-color-light;
55
55
  border-radius: 5px;
@@ -90,12 +90,12 @@
90
90
 
91
91
  .page-link {
92
92
  display: block;
93
+ margin-left: 20px;
93
94
  padding: 5px 10px;
94
95
 
95
96
  &:not(:last-child) {
96
97
  margin-right: 0;
97
98
  }
98
- margin-left: 20px;
99
99
  }
100
100
  }
101
101
  }
@@ -112,7 +112,7 @@
112
112
 
113
113
  .footer-heading {
114
114
  @include relative-font-size(1.125);
115
- margin-bottom: $spacing-unit / 2;
115
+ margin-bottom: $spacing-unit * 0.5;
116
116
  }
117
117
 
118
118
  .contact-list,
@@ -124,14 +124,14 @@
124
124
  .footer-col-wrapper {
125
125
  @include relative-font-size(0.9375);
126
126
  color: $grey-color;
127
- margin-left: -$spacing-unit / 2;
127
+ margin-left: -$spacing-unit * 0.5;
128
128
  @extend %clearfix;
129
129
  }
130
130
 
131
131
  .footer-col {
132
132
  float: left;
133
- margin-bottom: $spacing-unit / 2;
134
- padding-left: $spacing-unit / 2;
133
+ margin-bottom: $spacing-unit * 0.5;
134
+ padding-left: $spacing-unit * 0.5;
135
135
  }
136
136
 
137
137
  .footer-col-1 {
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minima
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joel Glovier
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-20 00:00:00.000000000 Z
11
+ date: 2024-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '3.5'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: '5.0'
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '3.5'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: '5.0'
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: jekyll-feed
29
35
  requirement: !ruby/object:Gem::Requirement
@@ -52,20 +58,6 @@ dependencies:
52
58
  - - "~>"
53
59
  - !ruby/object:Gem::Version
54
60
  version: '2.1'
55
- - !ruby/object:Gem::Dependency
56
- name: bundler
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '1.15'
62
- type: :development
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - "~>"
67
- - !ruby/object:Gem::Version
68
- version: '1.15'
69
61
  description:
70
62
  email:
71
63
  - jglovier@github.com
@@ -108,15 +100,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
108
100
  requirements:
109
101
  - - ">="
110
102
  - !ruby/object:Gem::Version
111
- version: '0'
103
+ version: 2.7.0
112
104
  required_rubygems_version: !ruby/object:Gem::Requirement
113
105
  requirements:
114
106
  - - ">="
115
107
  - !ruby/object:Gem::Version
116
108
  version: '0'
117
109
  requirements: []
118
- rubyforge_project:
119
- rubygems_version: 2.7.6
110
+ rubygems_version: 3.5.16
120
111
  signing_key:
121
112
  specification_version: 4
122
113
  summary: A beautiful, minimal theme for Jekyll.