@@ -98,6 +98,7 @@ a{color:inherit;text-decoration:none;}
9898.content {flex : 1 ;min-width : 0 ;padding : 0 ;}
9999
100100/* ========== Article Prose ========== */
101+ # article {padding : 48px 52px 68px 44px ;}
101102# article .eyebrow {font-family : var (--mono );font-size : 9px ;font-weight : 500 ;text-transform : uppercase;letter-spacing : .22em ;color : var (--ink-3 );margin-bottom : 12px ;}
102103# article h1 {font-size : clamp (36px , 5.2vw , 66px );font-weight : 700 ;line-height : 1.06 ;letter-spacing : -.025em ;margin-bottom : 22px ;color : var (--ink );}
103104# article h2 {font-size : clamp (22px , 3.6vw , 36px );font-weight : 700 ;line-height : 1.14 ;letter-spacing : -.02em ;margin-top : 52px ;margin-bottom : 22px ;color : var (--ink );}
@@ -140,9 +141,9 @@ a{color:inherit;text-decoration:none;}
140141.search-empty {padding : 32px 16px ;text-align : center;color : var (--ink-4 );font-family : var (--mono );font-size : 11px ;letter-spacing : .04em ;}
141142
142143/* ========== Footer ========== */
143- .footer {background : var ( --ink ) ;color : rgba (255 , 255 , 255 , .20 );padding : 52px 60px ;display : flex;justify-content : space-between;align-items : flex-end;}
144- .footer-brand {font-family : var (--sans );font-size : 34px ;font-weight : 700 ;color : rgba (255 , 255 , 255 , .07 );letter-spacing : -.025em ;line-height : 1 ;}
145- .footer-meta {font-family : var (--mono );font-size : 10px ;letter-spacing : .12em ;text-align : right;line-height : 2.0 ;color : rgba (255 , 255 , 255 , .20 );}
144+ .footer {background : # 080808 ;color : rgba (255 , 255 , 255 , .20 );padding : 52px 60px ;display : flex;justify-content : space-between;align-items : flex-end;}
145+ .footer-brand {font-family : var (--sans );font-size : 34px ;font-weight : 700 ;color : rgba (255 , 255 , 255 , .12 );letter-spacing : -.025em ;line-height : 1 ;}
146+ .footer-meta {font-family : var (--mono );font-size : 10px ;letter-spacing : .12em ;text-align : right;line-height : 2.0 ;color : rgba (255 , 255 , 255 , .30 );}
146147.footer a {color : rgba (255 , 255 , 255 , .40 );transition : color var (--t-fast );}
147148.footer a : hover {color : rgba (255 , 255 , 255 , .70 );}
148149
@@ -596,7 +597,9 @@ canvas{display:block;}
596597 .sidebar {position : fixed;top : var (--nav-h );left : 0 ;bottom : 0 ;z-index : 90 ;background : var (--paper );transform : translateX (-100% );transition : transform var (--t-slow );}
597598 .sidebar .open {transform : translateX (0 );}
598599 .content {padding : 0 ;}
600+ # article {padding : 32px 20px 48px ;}
599601 .footer {flex-direction : column;gap : 12px ;padding : 32px 20px ;text-align : center;align-items : center;}
602+ .footer-brand {font-size : 24px ;}
600603 .footer-meta {text-align : center;}
601604 .hero {grid-template-columns : 1fr !important ;min-height : auto!important ;}
602605 .hero-l , .hero-r {padding : 40px 20px !important ;}
0 commit comments