arco 0.4.0 → 0.4.1

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
  SHA256:
3
- metadata.gz: 99f7f5507af4c5dfc8556e03a348ef13e6ade77c4a2bd3d1809511b4a60f54b0
4
- data.tar.gz: 152d1a32a4df721048c32502c28c0898d104dee448fce9ce8ab5a1b366d219a5
3
+ metadata.gz: 7beb38bf0a9a4adf4aaef25d3efe27ad09db049c4a758f6d1398903b1ca7be66
4
+ data.tar.gz: 44d36acf3c59cb7bd38f2d2e42bc5eff4a5373299cc1cd2878b2740ace5bdd96
5
5
  SHA512:
6
- metadata.gz: 8e3718a5bbf4c1f231218ddfb82e53bc4ffadc8773aabbb69b209c8893a23b09d53763faebca9d39159653ad179c63a4565654fa2eed1efc9e0191eda8c71e64
7
- data.tar.gz: 27fe3ae0303cc409c4e0a133be2c00d4b50a7ca6fdb61b4449e7a9d12d8ff0fd8adbfd01652292bf1d79d1f3fe41a4ad03dc70a11928face236aae36c20777c4
6
+ metadata.gz: 45504652d58ebb721e9e0987db680eb0453410ae02c169bdb5c5d06aa5232dc829a2c2f59f627a46c3fe72e6cae8a66c7ec1afc60fc72b5d16c9a66e8b4cf8ea
7
+ data.tar.gz: 22ff65c7b2342089b236e1ff4de8c2f87693fb5a00790e1c86e381022a63027bdc679a1fe94e043c4c1ed0c666dcd171267fd93748ef42466fb917f4a5e96880
@@ -1,4 +1,4 @@
1
- <section id="cover" class="cover">
1
+ <section class="cover">
2
2
  <div class="cover-text">
3
3
  {% if site.image %}<img class="site-image" src="{{ site.image }}" />{% endif %}
4
4
  <h1>{{ site.title }}</a></h1>
@@ -43,28 +43,7 @@
43
43
  background: $sidebar-colour;
44
44
  color: $text-colour-light;
45
45
  transition: all .25s ease;
46
+ flex-direction: column;
47
+ text-align: center;
48
+ justify-content: center;
46
49
  }
47
-
48
- /* vertical layout */
49
- @media only screen and (max-width: calc(2 * #{$sidebar-width - 1})), (orientation: portrait) {
50
- #cover {
51
- flex-direction: row;
52
- justify-content: space-evenly;
53
- align-items: center;
54
- text-align: center;
55
- }
56
-
57
- .cover-text {
58
- display: flex;
59
- flex-direction: column;
60
- }
61
- }
62
-
63
- /* horizontal layout */
64
- @media only screen and (min-width: calc(2 * #{$sidebar-width})) and (orientation: landscape) {
65
- #cover {
66
- flex-direction: column;
67
- text-align: center;
68
- justify-content: center;
69
- }
70
- }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - meebuhs
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-01 00:00:00.000000000 Z
11
+ date: 2020-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll