termina-plex 1.0.0 → 1.0.2

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: 5041bdb097d5d5cb549a701ec5caeb580d6a41d76e6c28c469a26fa3ad5f8b32
4
- data.tar.gz: 8b26b41c2fd8d07e13f51bfa5113580eb978e18da75d2c7e9315e24eb0bdd4e5
3
+ metadata.gz: c076db1b174bac5e987a55adb07fd38d2e2fcafdd57957844a78520668da5f71
4
+ data.tar.gz: d2fb8c5eb0a722a9d5163c91844aace68892602b8b6569715fb9dc485bdb5c59
5
5
  SHA512:
6
- metadata.gz: 23259985515af7695e7b024484c5b0ff830de5f3521d11d722e30f0e41e873abac31b31b64a8f932349bb4de7280794403b9d88cf62dad129a607fe078618fa8
7
- data.tar.gz: 2dd81578357f2475fad62148bfdd77b44614828b587d2d255e5fdcf7a234e18f49cb62f1618548f9de5ffb23777002b81c24e19a1c702298066e0a7ce21e7fd7
6
+ metadata.gz: debb8b0389ac04f82e4f9a10c408d4bd194e464df502c8743ecfc1d499e314cdd864450295b94915dd41b30f17cedfbe90e62aa15413d893b6aad6ad288d4fae
7
+ data.tar.gz: 3160343cd06d12490f53e3ec77d19ac8e6c01916604b24943a6a61960af59e1da3a65a84aac7c57e5956f6078f638bf62cee55f1e8f5d0199b68959127db9ebd
@@ -121,13 +121,13 @@ td {
121
121
  .header {
122
122
  font-family: $header-font-family;
123
123
  padding: 0 20px;
124
- height: 60px;
124
+ height: 4rem;
125
125
  display: flex;
126
126
  justify-content: space-between;
127
127
  align-items: center;
128
128
 
129
129
  @media only screen and (min-width: $breakLarge) {
130
- width: $widthLarge * 0.8;
130
+ width: 82.5%;
131
131
  }
132
132
 
133
133
  @media screen and (max-width: $breakLarge) {
@@ -278,6 +278,12 @@ div#theme-toggle {
278
278
  // Layout: Post
279
279
  .postInfo {
280
280
  margin: 1rem 0 1rem 0;
281
+ padding: 2rem 0 1.25rem 0;
282
+ border-top: 1px solid rgba(127, 127, 127, 0.5);
283
+ }
284
+
285
+ .postInfo:last-of-type {
286
+ border-bottom: 1px solid rgba(127, 127, 127, 0.5);
281
287
  }
282
288
 
283
289
  .postDate {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termina-plex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linh Pham