dark-blog-theme 2.0.0 → 2.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '083f22fc3deb226a8d02a30d132c401bddd1097f3f67c84317627488b4024a03'
4
- data.tar.gz: 229ee1b7269c2aa363ae3a8eab2dd2d99dbd3bf1e5ef54f309ee93fb3d614fba
3
+ metadata.gz: 0c183078884ab6e6ab82b9f1076d1dcccd28d59cfc1634d773a23f85acd3ea84
4
+ data.tar.gz: cd3da78f9db00bdafa834d48368e1f663e98ae5724745f5e969a5730b6f0a1fe
5
5
  SHA512:
6
- metadata.gz: dec744e534b7e1022a0624344dc1e8e0325ce6a1b22eb56f29bdfae4e1160f430e38229ebd6f2bd941774e0a13c5a47c30077c376414e21693a9f8259bdeb09b
7
- data.tar.gz: 17171da4ff48a9d831184870c16664f24403e7f773f6fccaf04ec5d31a61e5f880e5e0e0c6305e07929e606944ecaf759445fb11ca534b792060446586059063
6
+ metadata.gz: e0c10815f8523a78d7abc5e496069c01c566cbb3d3f077e851620500ad4292112b6dec613aa335630869ec9c59418213926516faa447823729af84a9b2e55591
7
+ data.tar.gz: 5835d3068d4c7288d28efcd33d7596208080f04ff4f8518e0547b7151930b34f6740da7c39bb8aa7e9626cd395b6e3b63228d0f12a3ed98a0bfd7e97949ee256
@@ -279,7 +279,7 @@ figure {
279
279
  }
280
280
  .logo {
281
281
  height: 150px;
282
- padding-right: 10%;
282
+ // padding-right: 10%;
283
283
  }
284
284
  .header-container {
285
285
  display: flex;
@@ -22,15 +22,17 @@
22
22
  @include relative-font-size(1.625);
23
23
  font-family: Virgil;
24
24
  font-weight: 300;
25
- font-size: 38px;
26
25
  text-align: center;
27
26
  letter-spacing: -1px;
28
27
  margin-bottom: 0;
29
28
  margin-top: 12px;
29
+ font-size: 56px;
30
+ padding-right: 0;
30
31
  // float: left;
31
32
 
32
- @media screen and (min-width: 500px) {
33
- font-size: 56px;
33
+ @include media-query($on-palm) {
34
+ font-size: 38px;
35
+ padding-right: 43px;
34
36
  }
35
37
 
36
38
  &,
@@ -44,6 +46,7 @@
44
46
  border-radius: 999px;
45
47
  }
46
48
  .theme-input {
49
+ visibility: hidden;
47
50
  // transform: translate(9999px,9999px);
48
51
  height: 0px;
49
52
  width: 0px;
@@ -91,7 +94,7 @@
91
94
 
92
95
  @include media-query($on-palm) {
93
96
  position: absolute;
94
- top: 9px;
97
+ top: 15px;
95
98
  right: $spacing-unit / 2;
96
99
  background-color: var(--md-sys-color-surface-container);
97
100
  border-radius: 8px;
@@ -227,6 +230,7 @@
227
230
 
228
231
  .post-list-heading {
229
232
  @include relative-font-size(1.75);
233
+ margin-top: 15px;
230
234
  }
231
235
 
232
236
  .post-list {
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dark-blog-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gul Noor