arco 0.4.2 → 0.4.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_sass/sidebar.scss +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c1171d18a64d1f947f70177675b607a4a1c7264f69e0153c08aa361fb7f514f
4
- data.tar.gz: '059606aef8de465f3f54f5a0ae68a739c62d6d74714068f5434caa8c458e4b44'
3
+ metadata.gz: 6cf35d196050f4bd10853f6114f8c6721116967ffb6ee675a2af18f82759374f
4
+ data.tar.gz: 6c1dad515a172985ae475af3df05260633c784ca213e22cc965eefc583f4a756
5
5
  SHA512:
6
- metadata.gz: cfe2bbd138a940d60ebd9b108b7e44801f21d6c55ce74bd1d50d59e8d246fea0687e8fcb6644d43d19e9443d4f933a53bb6db920053ed3171bdfcd3b0bb027ee
7
- data.tar.gz: 52ea7b21e0bc4cd58fd881bd155dd06391b9fe91832114973341dd80908974545f6d56c844e9612c0ff002b7818f8843f0e841463f2c5966efaf01a760eed10a
6
+ metadata.gz: e82d454f28a27de909cde6319a6af6b101d0c36917685a0ffe5ffc8da0244cdddaf18448fd8a998c26d437e5708f106dfc3755d3fa84023683a78a0b8cdcee9e
7
+ data.tar.gz: dfb34396c18c33ffb6f5ab54441e88b6ba8adb13c2da1e0fe20522f61f0ee1e085b87f7531cd3fed1c055cf0e7cab445e888c39157a2ba557838637c7c87c030
@@ -33,7 +33,7 @@
33
33
  }
34
34
 
35
35
  /* portrait layout */
36
- @media only screen and (max-width: 768px) {
36
+ @media only screen and (max-width: 768px), (orientation: portrait) {
37
37
  #sidebar {
38
38
  flex-direction: row;
39
39
  justify-content: space-evenly;
@@ -95,7 +95,7 @@
95
95
  }
96
96
 
97
97
  /* landscape layout */
98
- @media only screen and (min-width: 768px) {
98
+ @media only screen and (min-width: 768px), (orientation: landscape) {
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.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - meebuhs