@@ -60,6 +60,13 @@ a{color:var(--teal)}
6060.nav-btn : hover {filter : brightness (1.06 );transform : translateY (-1px )}
6161.nav-home {background : # fff ;border : 2px solid var (--ink );color : var (--ink )}
6262.nav-btn .disabled {background : # cfc8b8 ;color : # fff ;box-shadow : none;cursor : default}
63+ .nav-lbl-short {display : none}
64+ @media (max-width : 540px ){
65+ .nav {gap : 8px ;padding : 14px 10px }
66+ .nav-btn , .nav-home {padding : 11px 18px ;font-size : .98rem }
67+ .nav-lbl-full {display : none}
68+ .nav-lbl-short {display : inline}
69+ }
6370/* comic strip */
6471.strip {max-width : 920px ;margin : 0 auto;padding : 8px 18px 40px ;
6572 display : flex;flex-direction : column;gap : 34px }
@@ -121,4 +128,10 @@ body.home{display:flex;flex-direction:column;min-height:100vh}
121128.cs-options b {font-size : 1.08rem }
122129.cs-options a span , .cs-soon span {color : # 6c6657 ;font-weight : 500 ;font-size : .95rem }
123130.cs-soon {opacity : .55 ;cursor : default}
124- @media (max-width : 560px ){.badge {width : 38px ;height : 38px ;font-size : 1.05rem ;top : -12px ;left : -12px }}
131+ @media (max-width : 600px ){
132+ .strip {padding : 4px 8px 28px ;gap : 20px }
133+ .cell {padding : 8px ;border-radius : 16px }
134+ .cap {font-size : .98rem ;padding-left : 28px ;margin : 2px 4px 8px }
135+ .home-main {padding : 14px 8px 32px }
136+ .badge {width : 38px ;height : 38px ;font-size : 1.05rem ;top : -12px ;left : -8px }
137+ }
0 commit comments