jekyll-theme-kagami 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: ab704fe1f7bce96b8dcf8e89ebac9c360c1f1efd
4
- data.tar.gz: 56bc20485408fc802923ee1a1c5ea4c320ced524
3
+ metadata.gz: aa61c2c47055fa7dc0a049f362b9874383548f08
4
+ data.tar.gz: b6040015fd8d2d1499741ca46a268ffce720a3dd
5
5
  SHA512:
6
- metadata.gz: e70c0c8745bfc839c707437b45c31aa82ca8e607b9ec89495982c12c7f709040c3751165e0dbd8c5ff721666c818fca75cd862c4ac9cfaa30dc2619bc3023fee
7
- data.tar.gz: c8ad8ff00be929ba5aac3c0cd78c9863a083f90c981bf5c69fd1a7ad3059cf2cb14a38b0b280d8003b595f57ae42e9cb22851fbdcf4494ceee5ecabe7ad28fb7
6
+ metadata.gz: 13326809c34e778c5a774650d1a0aebfa69571780af8fbe5088fc744bc11b246d3b0abc4001047a7b3ce55ad5d64d85a9c4ee61420b87922dc207b8c88e83c43
7
+ data.tar.gz: 2ee16cf6e7054ff4547ad7ada08b7a8c6e43af292b38cddf1271171c072b60b2b83c1df2235c469aeaf3e559dee2a5b704cb024b8124e051a465503c2f4ab18b
@@ -1,9 +1,6 @@
1
1
  <footer class="site-footer">
2
2
 
3
3
  <div class="wrapper">
4
- <div class="credits">
5
- KAGAMI, made with <i class="icon-heart"></i> by Kamikat
6
- </div>
7
4
  <div class="social-links">
8
5
  <a class="social-link social-github" href="https://github.com/{{ site.github_username }}">
9
6
  <i class="icon-github"></i>
@@ -18,6 +15,9 @@
18
15
  <i class="icon-rss"></i>
19
16
  </a>
20
17
  </div>
18
+ <div class="credits">
19
+ KAGAMI, made with <i class="icon-heart"></i> by Kamikat
20
+ </div>
21
21
  </div>
22
22
 
23
23
  </footer>
@@ -117,30 +117,28 @@ article {
117
117
  }
118
118
 
119
119
  .site-footer {
120
- margin-top: $post-footer-spacing;
121
- margin-bottom: $spacing-unit;
122
- vertical-align: middle;
123
- text-align: justify;
124
- -moz-text-align-last: center;
125
- text-align-last: center;
120
+ padding-top: $spacing-unit;
121
+ padding-bottom: $spacing-unit;
126
122
  }
127
123
 
128
- .site-footer .wrapper::after {
129
- display: inline-block;
130
- content: '';
124
+ .site-footer .wrapper {
125
+ display: flex;
131
126
  width: 100%;
127
+ flex-flow: row-reverse wrap;
128
+ justify-content: space-between;
129
+ align-items: center;
132
130
  }
133
131
 
134
132
  .social-links {
135
- display: inline-block;
136
133
  text-align: center;
137
134
  margin: 1em (-$content-padding);
138
135
  padding: 0 0.3em;
136
+ white-space: nowrap;
139
137
  }
140
138
 
141
139
  .credits {
142
140
  margin-left: -0.256em;
143
- display: inline-block;
141
+ white-space: nowrap;
144
142
  }
145
143
 
146
144
  .post-list-item {
@@ -125,9 +125,7 @@ article {
125
125
  }
126
126
 
127
127
  .site-nav {
128
- @include font-sans;
129
128
  font-size: 0.875em;
130
- margin-top: $spacing-unit / 8;
131
129
  }
132
130
 
133
131
  .post-title {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-kagami
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - kamikat