typographical 1.0.8 → 1.0.9
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '08f72aa0f3013f9dafcda161851ffc66fa75d1c33332e0f33cc29a0c35cc646e'
|
4
|
+
data.tar.gz: 0e4c71f83b0dc0e88385f5f499606d3907f65877c4648405c5bd772cadd52f06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96c1343f63e0b71e1cf1242f4643ceba499f6d7d09aa7508ca8cdc6345f7ac1d6552634292c3408439a127a96de0127e182d80c4a0bb0950e29135c159911715
|
7
|
+
data.tar.gz: 6f0d40598dd381a6a1eebd7e48086524dc82d6b9743de36ea0c3967e324caa153890e23033a51b715738206990146d379a5e65946546a7a6ea51739a3cab5870
|
@@ -15,7 +15,7 @@ html {
|
|
15
15
|
font-size: 1rem;
|
16
16
|
overflow-y: scroll;
|
17
17
|
|
18
|
-
@media (min-width:
|
18
|
+
@media (min-width: 37.5em) {
|
19
19
|
font-size: $base-font-size;
|
20
20
|
}
|
21
21
|
}
|
@@ -52,7 +52,7 @@ a {
|
|
52
52
|
blockquote {
|
53
53
|
margin: 0 2.5em;
|
54
54
|
|
55
|
-
@media (max-width:
|
55
|
+
@media (max-width: 37.5em) {
|
56
56
|
margin: 0 0 0 2em;
|
57
57
|
}
|
58
58
|
}
|
@@ -68,6 +68,6 @@ td {
|
|
68
68
|
}
|
69
69
|
|
70
70
|
hr {
|
71
|
-
border-top: solid 0.
|
71
|
+
border-top: solid 0.02em $grey-2;
|
72
72
|
margin-bottom: 1em;
|
73
73
|
}
|
@@ -5,7 +5,7 @@ code {
|
|
5
5
|
|
6
6
|
code {
|
7
7
|
background-color: $grey-3;
|
8
|
-
border-radius:
|
8
|
+
border-radius: 0.2em;
|
9
9
|
color: $code-color;
|
10
10
|
font-size: 85%;
|
11
11
|
padding: .25em .5em;
|
@@ -24,7 +24,7 @@ pre code {
|
|
24
24
|
|
25
25
|
.highlight {
|
26
26
|
background-color: $grey-3;
|
27
|
-
border-radius:
|
27
|
+
border-radius: 0.2em;
|
28
28
|
line-height: 1.4;
|
29
29
|
margin: 0 0 1rem;
|
30
30
|
padding: 1rem;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
.container {
|
2
2
|
margin: 0 auto;
|
3
|
-
max-width:
|
3
|
+
max-width: 50em;
|
4
4
|
width: 80%;
|
5
5
|
}
|
6
6
|
|
@@ -9,7 +9,7 @@ footer,
|
|
9
9
|
.nav-container {
|
10
10
|
display: block;
|
11
11
|
margin: 0 auto;
|
12
|
-
max-width:
|
12
|
+
max-width: 50em;
|
13
13
|
width: 80%;
|
14
14
|
}
|
15
15
|
|
@@ -66,7 +66,7 @@ footer,
|
|
66
66
|
}
|
67
67
|
}
|
68
68
|
|
69
|
-
@media (min-width:
|
69
|
+
@media (min-width: 37.5em) {
|
70
70
|
.nav {
|
71
71
|
&-container {
|
72
72
|
text-align: left;
|
@@ -91,10 +91,10 @@ input:focus, textarea:focus {
|
|
91
91
|
}
|
92
92
|
|
93
93
|
footer {
|
94
|
-
max-width:
|
94
|
+
max-width: 40em;
|
95
95
|
}
|
96
96
|
|
97
|
-
@media (max-width:
|
97
|
+
@media (max-width: 37.5em) {
|
98
98
|
.nav-title {
|
99
99
|
font-size: 2em;
|
100
100
|
margin-top: 1em;
|
@@ -130,7 +130,7 @@ footer, .share-bar, .nav-container { /* Disable selection of some elements */
|
|
130
130
|
user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
|
131
131
|
}
|
132
132
|
|
133
|
-
@media (max-width:
|
133
|
+
@media (max-width: 37.5em) {
|
134
134
|
* {
|
135
135
|
-webkit-touch-callout: none; /* iOS Safari */
|
136
136
|
-webkit-user-select: none; /* Safari */
|