bay_jekyll_theme 1.1.3 → 1.1.4

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: 8e1b4a37f9c1d8008ece097a83bad6f7c48c058a9a06d847c0638866ae0c2569
4
- data.tar.gz: 9dbf257721db31952812004110064029498c639897e9820535178b29b7693a11
3
+ metadata.gz: e703029cb59b34ac8037cff1d369322a7cbb9f5a88e85037339e406127780824
4
+ data.tar.gz: 556cb9a2f5a60960853360aeb7a1efac35a304fff2addbd0700593e8ed1e4837
5
5
  SHA512:
6
- metadata.gz: 88bf8dfbef30e05c8b4235c0018c112c6d996a312d5758942026597ec7378315032c429cade0210d33ca300145eec12d9257a6f2fedc03520f6f2f015677e01d
7
- data.tar.gz: 368fc37acccada3a4b548d5dedfdea6895546c8b6a392a15c2339268603e4de26e877d1eaeca506948babe7a4f30128d987fa1f139d3b7c47143ba4fcc3192a7
6
+ metadata.gz: 7148cf72923fa0820e084b454fbfa0e513a3f7a204cfd372bbd2f330cf471550cacc8535839e08f055c5d4989136d056ce62562427dc09513695391500d55bb4
7
+ data.tar.gz: e13ed3c0117ad464f75bf8670c06984282f7fbc9e599359771dd9afac512bd793fc8441a510b6417d13add1c920e4a1740094a53edb58fd6b36c7665961d1c07
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ### [1.1.4](https://github.com/eliottvincent/bay/compare/v1.1.3...v1.1.4) (2024-09-01)
6
+
7
+ ### Bug Fixes
8
+
9
+ - Change "Powered by" alignment
10
+
5
11
  ### [1.1.3](https://github.com/eliottvincent/bay/compare/v1.1.2...v1.1.3) (2024-08-31)
6
12
 
7
13
  ### Bug Fixes
data/_sass/_base.scss CHANGED
@@ -190,6 +190,7 @@ pre {
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.3
4
+ version: 1.1.4
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-08-31 00:00:00.000000000 Z
11
+ date: 2024-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll