File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 182182 .carousel .nav button .active { background : var (--accent ); color : # 000 ; border-color : var (--accent ); }
183183 /* Hero carousel — terminal content is left-aligned even inside the centered hero */
184184 .hero-carousel { max-width : 680px ; margin : 40px auto 0 ; text-align : left; }
185- .carousel .slide-img { text-align : center ; }
185+ .carousel .slide-img { text-align : left; padding : 12 px 16 px ; }
186186 .carousel .slide-img img {
187187 display : block; margin : 12px auto 10px ; max-width : 100% ; max-height : 440px ;
188188 border-radius : 10px ; border : 1px solid var (--border-subtle );
198198 .carousel .slide .bul { display : block; padding-left : 14px ; text-indent : -14px ; }
199199
200200 /* ── Telegram chat mockup (slide 7) ── */
201- .tg-wrap { display : flex; justify-content : center ; padding : 10 px 0 4 px ; }
201+ .tg-wrap { display : flex; width : 100 % ; padding : 4 px 0 ; }
202202 .tg-phone {
203- width : 320 px ; background : # 0e1621 ; border-radius : 14px ;
203+ width : 100 % ; background : # 0e1621 ; border-radius : 14px ;
204204 border : 1px solid # 1e3448 ; overflow : hidden;
205205 font-family : var (--font-sans ); font-size : 0.8rem ;
206- display : flex; flex-direction : column; max-height : 400 px ;
206+ display : flex; flex-direction : column;
207207 }
208208 .tg-hdr {
209209 background : # 17212b ; padding : 9px 14px ; display : flex; align-items : center;
You can’t perform that action at this time.
0 commit comments