arco 0.4.3 → 0.4.4

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: 6cf35d196050f4bd10853f6114f8c6721116967ffb6ee675a2af18f82759374f
4
- data.tar.gz: 6c1dad515a172985ae475af3df05260633c784ca213e22cc965eefc583f4a756
3
+ metadata.gz: 005677b6e82a07acddb77c599807118330bd828ba162c4bc4c113a31ff985e09
4
+ data.tar.gz: 614b354a81b60ae41c9615f58a7b577f82dd720d2f464e61c48e341a6a541cef
5
5
  SHA512:
6
- metadata.gz: e82d454f28a27de909cde6319a6af6b101d0c36917685a0ffe5ffc8da0244cdddaf18448fd8a998c26d437e5708f106dfc3755d3fa84023683a78a0b8cdcee9e
7
- data.tar.gz: dfb34396c18c33ffb6f5ab54441e88b6ba8adb13c2da1e0fe20522f61f0ee1e085b87f7531cd3fed1c055cf0e7cab445e888c39157a2ba557838637c7c87c030
6
+ metadata.gz: 244dc7792f5b6a5cc3c1a58a9202863b44dae7dd1abd1cdf65e69fcde3aaa765c2c9f1b031ca1c3cc74b09fba8b95ac82e1b45854865485b2a4403d1a485bf55
7
+ data.tar.gz: 4f2b2d30302c761723ee7fa759b4f636489895ede649f4b086b2c57536332e27571653354265c7c5247b62cc2e1540701423945c6f0cf739a4ef2fdec6deb05a
@@ -2,6 +2,7 @@
2
2
  <html lang="en-AU">
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
+ <link rel="shortcut icon" type="image/png" href="/favicon.png">
5
6
  <link rel="stylesheet" href="/assets/css/main.css">
6
7
  </head>
7
8
  <body>
@@ -2,6 +2,7 @@
2
2
  <html lang="en-AU">
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
+ <link rel="shortcut icon" type="image/png" href="/favicon.png">
5
6
  <link rel="stylesheet" href="/assets/css/main.css">
6
7
  <link rel="stylesheet" href="/assets/flexmasonry/flexmasonry.css">
7
8
  <script src="/assets/flexmasonry/flexmasonry.js"></script>
@@ -2,6 +2,7 @@
2
2
  <html lang="en-AU">
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
+ <link rel="shortcut icon" type="image/png" href="/favicon.png">
5
6
  <link rel="stylesheet" href="/assets/css/main.css">
6
7
  {% seo %}
7
8
  </head>
@@ -32,8 +32,7 @@
32
32
  transition: all .35s ease;
33
33
  }
34
34
 
35
- /* portrait layout */
36
- @media only screen and (max-width: 768px), (orientation: portrait) {
35
+ @media only screen and (orientation: portrait) {
37
36
  #sidebar {
38
37
  flex-direction: row;
39
38
  justify-content: space-evenly;
@@ -94,8 +93,7 @@
94
93
  }
95
94
  }
96
95
 
97
- /* landscape layout */
98
- @media only screen and (min-width: 768px), (orientation: landscape) {
96
+ @media only screen and (orientation: landscape) {
99
97
  #sidebar {
100
98
  flex-direction: column;
101
99
  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.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - meebuhs