jekyll-bear-theme 0.2.2 → 0.2.3
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 +4 -4
- data/_layouts/life-in-weeks.html +1 -1
- data/assets/style.css +37 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ff08eadac46e03fb1806ee17aa05f1c3e781adc9a37a63c9b2fe6d8091e4e09
|
4
|
+
data.tar.gz: 2f733ffa2737c15a5a922910b38d18d2cd2418911b726fbc38f8e33918d76aa4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2392b39ce303ccb1b832628290937c58f862ea5d005807d0b3ea389ae1c71fde48dada77419c5d165710f9f24db1f9c22660c050b9ac6a5dd2cb88ddc35fd759
|
7
|
+
data.tar.gz: 4c3ff1cb58b97b95aa1d8d3ec94dcc18dded2f7a2526e038ef4012a801f8a0394fb57cbb211b31faadfff1c662d8e4b6ffefcd40007f2babb0fba8c084fe1596
|
data/_layouts/life-in-weeks.html
CHANGED
@@ -30,7 +30,7 @@ layout: compress
|
|
30
30
|
<span aria-hidden="true">▼</span>
|
31
31
|
</button>
|
32
32
|
</div>
|
33
|
-
<blockquote style="flex: 1; margin: 0; font-size: 1.1em; height:
|
33
|
+
<blockquote style="flex: 1; margin: 0; font-size: 1.1em; min-height: 5em; max-width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; line-height: 1.5; font-style: normal;">
|
34
34
|
<span id="life-carousel-quote"></span>
|
35
35
|
<span id="life-carousel-meta" style="font-size: 0.95em; color: var(--main-color); margin-top: 0.5em;"></span>
|
36
36
|
</blockquote>
|
data/assets/style.css
CHANGED
@@ -536,17 +536,40 @@ input[type=button], input[type=submit], input[type=reset] {
|
|
536
536
|
}
|
537
537
|
|
538
538
|
/* Responsive adjustments */
|
539
|
+
/* Responsive sizing to fit ~52 squares across screen width */
|
540
|
+
@media (max-width: 1200px) {
|
541
|
+
.week {
|
542
|
+
width: calc((100vw - 40px - (51 * 2px)) / 52);
|
543
|
+
height: calc((100vw - 40px - (51 * 2px)) / 52);
|
544
|
+
font-size: calc(var(--font-scale) * 0.8);
|
545
|
+
padding: 0;
|
546
|
+
min-width: 8px;
|
547
|
+
min-height: 8px;
|
548
|
+
}
|
549
|
+
|
550
|
+
.week.has-events {
|
551
|
+
font-size: calc(var(--font-scale) * 0.8);
|
552
|
+
padding: 0;
|
553
|
+
}
|
554
|
+
}
|
555
|
+
|
539
556
|
@media (max-width: 768px) {
|
540
557
|
.week {
|
541
|
-
|
542
|
-
height:
|
543
|
-
font-size: var(--font-scale);
|
544
|
-
padding:
|
558
|
+
width: calc((100vw - 40px - (51 * 1px)) / 52);
|
559
|
+
height: calc((100vw - 40px - (51 * 1px)) / 52);
|
560
|
+
font-size: calc(var(--font-scale) * 0.7);
|
561
|
+
padding: 0;
|
562
|
+
min-width: 8px;
|
563
|
+
min-height: 8px;
|
545
564
|
}
|
546
565
|
|
547
566
|
.week.has-events {
|
548
|
-
font-size: var(--font-scale);
|
549
|
-
padding:
|
567
|
+
font-size: calc(var(--font-scale) * 0.7);
|
568
|
+
padding: 0;
|
569
|
+
}
|
570
|
+
|
571
|
+
.weeks-grid {
|
572
|
+
gap: 1px;
|
550
573
|
}
|
551
574
|
|
552
575
|
.event-desc {
|
@@ -556,15 +579,17 @@ input[type=button], input[type=submit], input[type=reset] {
|
|
556
579
|
|
557
580
|
@media (max-width: 480px) {
|
558
581
|
.week {
|
559
|
-
|
560
|
-
height:
|
561
|
-
font-size: var(--font-scale);
|
562
|
-
padding:
|
582
|
+
width: calc((100vw - 40px - (51 * 1px)) / 52);
|
583
|
+
height: calc((100vw - 40px - (51 * 1px)) / 52);
|
584
|
+
font-size: calc(var(--font-scale) * 0.6);
|
585
|
+
padding: 0;
|
586
|
+
min-width: 8px;
|
587
|
+
min-height: 8px;
|
563
588
|
}
|
564
589
|
|
565
590
|
.week.has-events {
|
566
|
-
font-size: var(--font-scale);
|
567
|
-
padding:
|
591
|
+
font-size: calc(var(--font-scale) * 0.6);
|
592
|
+
padding: 0;
|
568
593
|
}
|
569
594
|
|
570
595
|
.weeks-grid {
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-bear-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- knhash
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-07-
|
10
|
+
date: 2025-07-18 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: jekyll
|