Non-official site for The Life Series Minecraft hardcore survival multiplayer series housing every video www.life-series.online
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix movie video item, adjust Sessions heading spacing (#56)

authored by

Ghustvn and committed by
GitHub
668a4014 dbddccee

+5 -7
+2
src/components/rewrite/VideoItem.astro
··· 34 34 text-wrap: balance; 35 35 text-align: center; 36 36 line-height: 1.5; 37 + font-size: clamp(1rem, 0.9107rem + 0.4464vw, 1.125rem); 38 + font-weight: var(--font-weight-body); 37 39 38 40 --cluster-direction: column; 39 41
+1 -1
src/pages/rewrite/seasons/[season_id]/[member_name].astro
··· 227 227 } 228 228 229 229 .session-list { 230 - margin-block-start: 8px; 230 + margin-block-start: 16px; 231 231 } 232 232 233 233 .session-list > * + * {
+2 -6
src/styles/rewrite/global.css
··· 76 76 } 77 77 78 78 h1, 79 - h2 { 79 + h2, 80 + h3 { 80 81 font-size: 1rem; 81 82 font-weight: var(--font-weight-heading); 82 - } 83 - 84 - h3 { 85 - font-size: clamp(1rem, 0.8214rem + 0.8929cqi, 1.25rem); 86 - font-weight: var(--font-weight-body); 87 83 } 88 84 89 85 ul[role='list'],