the-90s-called 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: c97c850a7d6ff3717d67d4daaa9ade8ad48e319a
4
- data.tar.gz: 1432b11dad81f12d61734bb147d165df62cc5866
3
+ metadata.gz: 6bb317253c0948952515d65fbbb403b9c020f4bd
4
+ data.tar.gz: 22fa68aa4b89c1bf036a0ba5c3676ba47dc52a0d
5
5
  SHA512:
6
- metadata.gz: 93d2ed82a2854329c3d05196508d1b02d009577ef47bac32c26ec6bd631e9b77f292beb56bb57124db4cdee18131c4d91d43eaf2e02d747cafd2553e7fad6e91
7
- data.tar.gz: f8f19b448ebe33cc6212e12c5240f88a238e87840369d1b773a5b58b15bc8dd556c92a4f866e4f577197bc816aab3348d62214d37bcac2e9beca02ba5ce4ab07
6
+ metadata.gz: 00e84041889938746646a2366364b0a13b60f837b77c630d671ec6b6ae154b536142771d1d5f377feb4d97a1ef6cdfc2c3131267229455369b2f842955a54303
7
+ data.tar.gz: 04be784070bb4e1bc025250845d58d4800b417a6daadf2abb3966aa7f5e28e21629dd2ff1eb6ad1c7f4bb3959dfcd564efb4fa1a7c1bea4f291663bf02421ab1
@@ -2,11 +2,23 @@
2
2
  <div class="wrapper">
3
3
  <h2 class="footer-heading">{{ site.title | escape }}</h2>
4
4
  <p><em>{{ site.description | escape }}</em></p>
5
- {% if site.author %}
6
- <br>{{ site.author | escape }}
7
- {% endif %}
8
- {% if site.email %}
9
- <br><a href="mailto:{{ site.email }}">{{ site.email }}
10
- {% endif %}
5
+ <div class="footer-col-wrapper">
6
+ <div class="footer-col footer-col-1">
7
+ {% if site.author %}
8
+ <br>{{ site.author | escape }}
9
+ {% endif %}
10
+ {% if site.email %}
11
+ | <a href="mailto:{{ site.email }}">{{ site.email }}</a>
12
+ {% endif %}
13
+ </ul>
14
+ </div>
15
+
16
+ <div class="footer-col footer-col-2">
17
+ </div>
18
+
19
+ <div class="footer-col footer-col-3">
20
+ <p style="text-align: right;">Last updated {{ site.time | date_to_long_string }}</p>
21
+ </div>
22
+ </div>
11
23
  </div>
12
24
  </footer>
@@ -148,3 +148,50 @@
148
148
  }
149
149
  }
150
150
  }
151
+
152
+ .footer-col-wrapper {
153
+ margin-left: -$spacing-unit / 2;
154
+ @extend %clearfix;
155
+ }
156
+
157
+ .footer-col {
158
+ float: left;
159
+ margin-bottom: $spacing-unit / 2;
160
+ padding-left: $spacing-unit / 2;
161
+ }
162
+
163
+ .footer-col-1 {
164
+ width: -webkit-calc(35% - (#{$spacing-unit} / 2));
165
+ width: calc(35% - (#{$spacing-unit} / 2));
166
+ }
167
+
168
+ .footer-col-2 {
169
+ width: -webkit-calc(20% - (#{$spacing-unit} / 2));
170
+ width: calc(20% - (#{$spacing-unit} / 2));
171
+ }
172
+
173
+ .footer-col-3 {
174
+ width: -webkit-calc(45% - (#{$spacing-unit} / 2));
175
+ width: calc(45% - (#{$spacing-unit} / 2));
176
+ }
177
+
178
+ @include media-query($on-laptop) {
179
+ .footer-col-1,
180
+ .footer-col-2 {
181
+ width: -webkit-calc(50% - (#{$spacing-unit} / 2));
182
+ width: calc(50% - (#{$spacing-unit} / 2));
183
+ }
184
+
185
+ .footer-col-3 {
186
+ width: -webkit-calc(100% - (#{$spacing-unit} / 2));
187
+ width: calc(100% - (#{$spacing-unit} / 2));
188
+ }
189
+ }
190
+
191
+ @include media-query($on-palm) {
192
+ .footer-col {
193
+ float: none;
194
+ width: -webkit-calc(100% - (#{$spacing-unit} / 2));
195
+ width: calc(100% - (#{$spacing-unit} / 2));
196
+ }
197
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the-90s-called
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - shmitty