prosecco 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
  SHA256:
3
- metadata.gz: 363028f3259c35b42856c00a7c0f7a654b2ded5d9c5c964e974714eeb5d4b984
4
- data.tar.gz: 80342ff58589c62e60f1a850ac2e731a61b8a8eb964a6c9bb934732fe7103b57
3
+ metadata.gz: 3aebda9d18d500b665b30f6611510cf5cc6828527f17b0697b8118a27f930293
4
+ data.tar.gz: f807b52ea1d7201e6fe72422d6e649362f7304db405d7f3c9a248bf514451e52
5
5
  SHA512:
6
- metadata.gz: 1aed0ad3146ea800c5eb8b84a8f3aae6cd7de275a8f377615d965ede6c6ca4138496e8014cd66b0b53ba5152d200e5fb9f0fdc5ef984413ff80ce6941aad9943
7
- data.tar.gz: 38fb25f08fab98f8796a47c1292a4a08c9e87210f0c79391324a63206bef45405274b755640f00538959c57653d71ec8c37f54940978537487157fd9324f5527
6
+ metadata.gz: ef9102732f1773231a237b520e88a42b1dd94143db236bbd20e8b709b9bf2af12f93e47f1c7bfb8e7510f4248d1306a003c422146fc2c35d945659a6eabd64c5
7
+ data.tar.gz: 676f778efc9cc992b722c3d3bd02f21c2193b5aa85b35a23b92ddb60eb2994b81c39911092dbba11986e8b72e891e0bfabb85fc135d1728cf5eae4bbde07daf1
@@ -12,7 +12,7 @@ layout: default
12
12
 
13
13
  {% for post in site.posts %}
14
14
 
15
- <div class="is-flex is-justify-content-space-between my-5">
15
+ <div class="is-flex is-justify-content-space-between archive-row my-5">
16
16
  {% if post.link %}
17
17
  <a href="{{ post.link }}">
18
18
  {% else %}
@@ -4,4 +4,10 @@
4
4
  $background: #F8FAFF;
5
5
  $body-background-color: #F8FAFF;
6
6
 
7
- @import 'bulma';
7
+ @import 'bulma';
8
+
9
+ .archive-row {
10
+ @include until($desktop) {
11
+ flex-direction: column !important;
12
+ }
13
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prosecco
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
  - Spencer Dixon
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-29 00:00:00.000000000 Z
11
+ date: 2021-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll