bay_jekyll_theme 1.1.3 → 1.1.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -0
- data/_sass/_base.scss +3 -2
- data/_sass/_layout.scss +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2df31db5785443f6d7d2093070fc04dbcbe219ef9fdecb76939dab0f382daf4
|
4
|
+
data.tar.gz: c8b60471fea414469c49cc0372931a9a20569d9e37b46f2fb54c5db046ef3cd4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a86503a1faec8f9a755beefb2e8f7387491efd4dcb2f0577aa546731cb66c8d05d235a4e079f6090b8d55b8d84b5df4b8b5b2266a6a23cd8dad75932b95a2f1
|
7
|
+
data.tar.gz: b8a605cf614b56a0649dced2389f9b12dc02596855588eb7cba394aaa786843e70423e90e4e46ba42cdad151644a2d967267e9759e377a9726b420029304ed58
|
data/CHANGELOG.md
CHANGED
@@ -2,6 +2,18 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
+
### [1.1.5](https://github.com/eliottvincent/bay/compare/v1.1.4...v1.1.5) (2024-12-10)
|
6
|
+
|
7
|
+
### Bug Fixes
|
8
|
+
|
9
|
+
- Increase overall width
|
10
|
+
|
11
|
+
### [1.1.4](https://github.com/eliottvincent/bay/compare/v1.1.3...v1.1.4) (2024-09-01)
|
12
|
+
|
13
|
+
### Bug Fixes
|
14
|
+
|
15
|
+
- Change "Powered by" alignment
|
16
|
+
|
5
17
|
### [1.1.3](https://github.com/eliottvincent/bay/compare/v1.1.2...v1.1.3) (2024-08-31)
|
6
18
|
|
7
19
|
### Bug Fixes
|
data/_sass/_base.scss
CHANGED
@@ -184,12 +184,13 @@ pre {
|
|
184
184
|
* Wrapper
|
185
185
|
*/
|
186
186
|
.wrapper {
|
187
|
-
max-width: -webkit-calc(
|
188
|
-
max-width: calc(
|
187
|
+
max-width: -webkit-calc(760px - (#{$spacing-unit} * 2));
|
188
|
+
max-width: calc(760px - (#{$spacing-unit} * 2));
|
189
189
|
margin-right: auto;
|
190
190
|
margin-left: auto;
|
191
191
|
padding-right: $spacing-unit;
|
192
192
|
padding-left: $spacing-unit;
|
193
|
+
|
193
194
|
@extend %clearfix;
|
194
195
|
|
195
196
|
@include media-query($on-laptop) {
|
data/_sass/_layout.scss
CHANGED
@@ -122,6 +122,7 @@
|
|
122
122
|
font-size: 15px;
|
123
123
|
color: $grey-color;
|
124
124
|
margin-left: -$spacing-unit / 2;
|
125
|
+
|
125
126
|
@extend %clearfix;
|
126
127
|
}
|
127
128
|
|
@@ -143,6 +144,7 @@
|
|
143
144
|
}
|
144
145
|
|
145
146
|
.powered-by {
|
147
|
+
text-align: end;
|
146
148
|
font-size: 13px !important;
|
147
149
|
color: $grey-color;
|
148
150
|
}
|
@@ -152,6 +154,10 @@
|
|
152
154
|
float: none;
|
153
155
|
width: 100%;
|
154
156
|
}
|
157
|
+
|
158
|
+
.powered-by {
|
159
|
+
text-align: start;
|
160
|
+
}
|
155
161
|
}
|
156
162
|
|
157
163
|
/**
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bay_jekyll_theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Eliott Vincent
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|