mono-lite 0.1.6 → 0.1.7

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: 9c0a58405496a6954a01e7bc74a768eab943bcb9db8b8f367d8e0811e628f5c6
4
- data.tar.gz: be68aee664d5b1a3e9e0d28943abd3f6cfab7eb5291829185170784de1eb58b0
3
+ metadata.gz: 39ce6c9347e8aa553c9869ee376f63eb3e9c1ea94b194659cb925b01b5f897e0
4
+ data.tar.gz: 33ba067dcbdee0b173b7bbc9edbb63581bc77506736c6a828c44c95a140baf67
5
5
  SHA512:
6
- metadata.gz: e00d7b1928d6aaaa8ae19e8c8f289666cf997c2c11f66c2c32f1d6da6d90af44c4eeae6b3a87063b2c48daf67c15311bbb8ef86cc89f91d3701937f1730b9a20
7
- data.tar.gz: 36d6667f2ad4d917a1cb67050984fe368eb0557f90f7c8163cdc81eab054ac3e77b7ba4aeb13c1d556d39fcc7f5866658321a7dbb188bfafb1c7e380232824cc
6
+ metadata.gz: df0ebef7c589e7111353b0e3317c36476fa0d7546ee81c46bd57ffe121b53b34b02dddcc7110ec77c117025641ccec5a9c3f75ee1ff58bfb96ad827c23025137
7
+ data.tar.gz: 43fb87a28291181358a9b5beb76e8e4b927fd05aa4f49cc99a2b10d13737081335e51b28160fa754ee5fc68e4fd214031b88d9be762dea60fa29ebc2e7392e7d
data/_layouts/post.html CHANGED
@@ -4,7 +4,7 @@ layout: page
4
4
  <article class="post">
5
5
 
6
6
  <header class="post-header">
7
- <h1 class="post-title">{{ page.title | escape }}</h2>
7
+ <h1 class="post-title-header">{{ page.title | escape }}</h1>
8
8
  <div class="post-byline">{{ page.subtitle }}</div>
9
9
  </header>
10
10
 
data/_sass/_base.scss CHANGED
@@ -37,7 +37,7 @@ a {
37
37
  pre,
38
38
  code {
39
39
  font-family: $code-font-family;
40
- font-size: 0.9375em;
40
+ font-size: $code-font-size;
41
41
  border: 1px solid $border-color-01;
42
42
  border-radius: 3px;
43
43
  background-color: $code-background-color;
data/_sass/_layout.scss CHANGED
@@ -109,6 +109,16 @@ section {
109
109
  display: block;
110
110
  }
111
111
 
112
+ .post-title-header {
113
+ display: block;
114
+ font-size: 1.5em;
115
+ margin-block-start: 0.83em;
116
+ margin-block-end: 0.83em;
117
+ margin-inline-start: 0px;
118
+ margin-inline-end: 0px;
119
+ font-weight: bold;
120
+ }
121
+
112
122
  .post-subtitle {
113
123
  display: block;
114
124
  font-weight: 300;
@@ -5,6 +5,7 @@
5
5
  $base-font-family: 'Raleway', sans-serif !default;
6
6
  $code-font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
7
7
  $base-font-size: 16px !default;
8
+ $code-font-size: 0.91em;
8
9
  $base-font-weight: 600 !default;
9
10
  $small-font-size: $base-font-size * 0.875 !default;
10
11
  $base-line-height: 1.5 !default;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mono-lite
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dylan Hawley