arco 0.4.1 → 0.4.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: 7beb38bf0a9a4adf4aaef25d3efe27ad09db049c4a758f6d1398903b1ca7be66
4
- data.tar.gz: 44d36acf3c59cb7bd38f2d2e42bc5eff4a5373299cc1cd2878b2740ace5bdd96
3
+ metadata.gz: 5c1171d18a64d1f947f70177675b607a4a1c7264f69e0153c08aa361fb7f514f
4
+ data.tar.gz: '059606aef8de465f3f54f5a0ae68a739c62d6d74714068f5434caa8c458e4b44'
5
5
  SHA512:
6
- metadata.gz: 45504652d58ebb721e9e0987db680eb0453410ae02c169bdb5c5d06aa5232dc829a2c2f59f627a46c3fe72e6cae8a66c7ec1afc60fc72b5d16c9a66e8b4cf8ea
7
- data.tar.gz: 22ff65c7b2342089b236e1ff4de8c2f87693fb5a00790e1c86e381022a63027bdc679a1fe94e043c4c1ed0c666dcd171267fd93748ef42466fb917f4a5e96880
6
+ metadata.gz: cfe2bbd138a940d60ebd9b108b7e44801f21d6c55ce74bd1d50d59e8d246fea0687e8fcb6644d43d19e9443d4f933a53bb6db920053ed3171bdfcd3b0bb027ee
7
+ data.tar.gz: 52ea7b21e0bc4cd58fd881bd155dd06391b9fe91832114973341dd80908974545f6d56c844e9612c0ff002b7818f8843f0e841463f2c5966efaf01a760eed10a
data/README.md CHANGED
@@ -4,7 +4,7 @@ Arco is a responsive fixed-sidebar layout with a two column masonry grid which a
4
4
 
5
5
  This theme also utilises [jekyll-seo-tag](https://github.com/jekyll/jekyll-seo-tag) and [jekyll-sitemap](https://github.com/jekyll/jekyll-sitemap) to ensure your work will be seen.
6
6
 
7
- See this theme in use at [meebuhs.github.io](https://meebuhs.github.io) and check the [https://github.com/meebuhs/meebuhs.github.io](source code) to get yourself started.
7
+ See this theme in use at [meebuhs.github.io](https://meebuhs.github.io) and check the [source code](https://github.com/meebuhs/meebuhs.github.io) to get yourself started.
8
8
 
9
9
  ## Installation
10
10
 
@@ -19,13 +19,6 @@
19
19
  }
20
20
  }
21
21
 
22
- #open-button {
23
- display: flex;
24
- flex-direction: column;
25
- justify-content: center;
26
- text-align: center;
27
- }
28
-
29
22
  .open-button-container {
30
23
  width: 100%;
31
24
  margin-top: 20px;
@@ -32,8 +32,8 @@
32
32
  transition: all .35s ease;
33
33
  }
34
34
 
35
- /* vertical layout */
36
- @media only screen and (max-width: calc(2 * #{$sidebar-width - 1})), (orientation: portrait) {
35
+ /* portrait layout */
36
+ @media only screen and (max-width: 768px) {
37
37
  #sidebar {
38
38
  flex-direction: row;
39
39
  justify-content: space-evenly;
@@ -94,8 +94,8 @@
94
94
  }
95
95
  }
96
96
 
97
- /* horizontal layout */
98
- @media only screen and (min-width: calc(2 * #{$sidebar-width})) and (orientation: landscape) {
97
+ /* landscape layout */
98
+ @media only screen and (min-width: 768px) {
99
99
  #sidebar {
100
100
  flex-direction: column;
101
101
  text-align: center;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arco
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - meebuhs