typographical 1.1.0 → 1.1.1
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/typographical/_tweaks.scss +21 -12
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ad811aedc31c1e4790e0068b0816f097a269408d45461972577dfa0a36ed2f4
|
|
4
|
+
data.tar.gz: ffd303d0b399e199f1605c978c9e20f999ea91dd80275e20cd87affdf68d9388
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f614116aa4d8f8dc42b65a7cf6789e802da47eabafefde80626b04e946381e5d7f3e517803e1cc339cd9dae8248f5c83240c14c8473a9c966b64d275f91bdb47
|
|
7
|
+
data.tar.gz: 0017d7b628a6b5b36b5e329b14b1b0c9905efa52a12785194cada254b6962dbc4f917e06dadd549ab01fc51f304e871715be30fd64721edc3e663486b25dee50
|
|
@@ -106,7 +106,28 @@ footer {
|
|
|
106
106
|
max-width: 40em;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
+
// for those little screens
|
|
110
|
+
|
|
109
111
|
@media (max-width: 37.5em) {
|
|
112
|
+
* {
|
|
113
|
+
line-height: 1.45em;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
html {
|
|
117
|
+
font-size: 1.1 * $base-font-size;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.post-title {
|
|
121
|
+
font-size: 2.5em;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.post .drop-cap {
|
|
125
|
+
font-size: 5.2em;
|
|
126
|
+
float: left;
|
|
127
|
+
line-height: 1;
|
|
128
|
+
margin: -0.09em 0.03em -0.1em -0.05em;
|
|
129
|
+
}
|
|
130
|
+
|
|
110
131
|
.nav-title {
|
|
111
132
|
font-size: 2em;
|
|
112
133
|
margin-top: 1em;
|
|
@@ -171,18 +192,6 @@ footer, .share-bar, .nav-container { /* Disable selection of some elements */
|
|
|
171
192
|
text-transform: lowercase;
|
|
172
193
|
}
|
|
173
194
|
|
|
174
|
-
// for those little screens
|
|
175
|
-
|
|
176
|
-
@media (max-width: 37.5em) {
|
|
177
|
-
html {
|
|
178
|
-
font-size: 1.1 * $base-font-size;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.post-title {
|
|
182
|
-
font-size: 2.5em;
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
|
|
186
195
|
// for HiDPI screens
|
|
187
196
|
|
|
188
197
|
@media (min-width: 90em) {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: typographical
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ram Iyer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|