typographical 1.0.8 → 1.0.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4619f44ac1dabee87452f0b27e6e6a85f2e2abe5771413d1cd44c35e712b0ecc
4
- data.tar.gz: 25e11c9423acecb8fefe2ba32e58549e571f16d851f8aaee4327d5e1bb0304a7
3
+ metadata.gz: '08f72aa0f3013f9dafcda161851ffc66fa75d1c33332e0f33cc29a0c35cc646e'
4
+ data.tar.gz: 0e4c71f83b0dc0e88385f5f499606d3907f65877c4648405c5bd772cadd52f06
5
5
  SHA512:
6
- metadata.gz: f8650a49fe1a43678600db69c19ccecebe713659d1b03409b8ee48a0a780c7e5c85ae510b80b05449bba907f5d8365a78e6d96ee35419b6f95c408fce143606a
7
- data.tar.gz: ecf7d2c1c96851427652bf53589a5adebddd0335f2a1405fe688c2362ad6db6452e3ad1cc41bdf3c4e96243716f2fa5fdfb928f51dc76af5d73f9b7b01a765fd
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: 600px) {
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: 600px) {
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.5px $grey-2;
71
+ border-top: solid 0.02em $grey-2;
72
72
  margin-bottom: 1em;
73
73
  }
@@ -18,7 +18,7 @@
18
18
  &-time {
19
19
  color: $default-tint;
20
20
  font-family: $serif-secondary;
21
- letter-spacing: .5px;
21
+ letter-spacing: 0.02em;
22
22
  }
23
23
 
24
24
  &-title {
@@ -5,7 +5,7 @@ code {
5
5
 
6
6
  code {
7
7
  background-color: $grey-3;
8
- border-radius: 3px;
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: 3px;
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: 800px;
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: 800px;
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: 600px) {
69
+ @media (min-width: 37.5em) {
70
70
  .nav {
71
71
  &-container {
72
72
  text-align: left;
@@ -4,7 +4,7 @@
4
4
  &-info {
5
5
  color: $default-tint;
6
6
  font-family: $serif-secondary;
7
- letter-spacing: 0.5px;
7
+ letter-spacing: 0.02em;
8
8
  text-align: center;
9
9
 
10
10
  span {
@@ -91,10 +91,10 @@ input:focus, textarea:focus {
91
91
  }
92
92
 
93
93
  footer {
94
- max-width: 640px;
94
+ max-width: 40em;
95
95
  }
96
96
 
97
- @media (max-width: 600px) {
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: 600px) {
133
+ @media (max-width: 37.5em) {
134
134
  * {
135
135
  -webkit-touch-callout: none; /* iOS Safari */
136
136
  -webkit-user-select: none; /* Safari */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typographical
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ram Iyer