jekyll-theme-putih-bersih 0.1.2 → 0.1.3
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/_sass/jekyll-theme-putih-bersih.scss +9 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9bac649106f58d444903f12c625900cffe764ac5
|
4
|
+
data.tar.gz: 3053ec0d93337388c49bfdd8b7e14868015d5f3a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7e6976db2137900ae7e2ace7c78a81b516344e5edcde09fcd3e2fc3f6082872845957b9303b0fb51620c31e059eab563d654f60f289de4253a36b78ee06ed7b
|
7
|
+
data.tar.gz: 8b4ce94eee5750222812d76567ec02df67930d8501c5b2f302998b6d594a16153fdc19b69ae1141aee6fd8f88448998abefe7206e417722cb29896bb42ea26b4
|
@@ -6,6 +6,7 @@ $base-color: #000000;
|
|
6
6
|
$lighter-base-color: lighten($base-color, 25%);
|
7
7
|
$soft-grey-color: #F1F1F1;
|
8
8
|
$darken-grey-color: darken($soft-grey-color, 25%);
|
9
|
+
$break-small: 768px;
|
9
10
|
|
10
11
|
body {
|
11
12
|
font-family: $primary-font-family;
|
@@ -82,17 +83,20 @@ h1, h2, h3 {
|
|
82
83
|
}
|
83
84
|
|
84
85
|
&__date {
|
85
|
-
|
86
|
+
float: left;
|
86
87
|
width: 100px;
|
87
88
|
text-align: right;
|
88
89
|
font-size: $normal-font-size - 5;
|
89
90
|
padding-right: 10px;
|
91
|
+
@media screen and (max-width: $break-small) {
|
92
|
+
float: none;
|
93
|
+
text-align: left;
|
94
|
+
}
|
90
95
|
}
|
91
96
|
|
92
97
|
&__title {
|
93
|
-
|
94
|
-
|
95
|
-
width: 450px;
|
98
|
+
@media screen and (max-width: $break-small) {
|
99
|
+
}
|
96
100
|
|
97
101
|
h2 {
|
98
102
|
font-size: $normal-font-size;
|
@@ -100,7 +104,7 @@ h1, h2, h3 {
|
|
100
104
|
white-space: nowrap;
|
101
105
|
overflow: hidden;
|
102
106
|
text-overflow: ellipsis;
|
103
|
-
line-height: 1;
|
107
|
+
line-height: 1.2;
|
104
108
|
margin: 0px;
|
105
109
|
padding: 0px;
|
106
110
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-putih-bersih
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wilianto Indrawan
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-06-
|
11
|
+
date: 2017-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|