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 +4 -4
- data/README.md +1 -1
- data/_sass/cover.scss +0 -7
- data/_sass/sidebar.scss +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5c1171d18a64d1f947f70177675b607a4a1c7264f69e0153c08aa361fb7f514f
|
|
4
|
+
data.tar.gz: '059606aef8de465f3f54f5a0ae68a739c62d6d74714068f5434caa8c458e4b44'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
data/_sass/cover.scss
CHANGED
data/_sass/sidebar.scss
CHANGED
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
transition: all .35s ease;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
|
-
/*
|
|
36
|
-
@media only screen and (max-width:
|
|
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
|
-
/*
|
|
98
|
-
@media only screen and (min-width:
|
|
97
|
+
/* landscape layout */
|
|
98
|
+
@media only screen and (min-width: 768px) {
|
|
99
99
|
#sidebar {
|
|
100
100
|
flex-direction: column;
|
|
101
101
|
text-align: center;
|