File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 .hero-links { display : flex; gap : 1rem ; flex-wrap : wrap; }
4949 .hero-links a { font-size : 0.78rem ; font-weight : 600 ; color : var (--accent ); text-decoration : none; padding : 0.45rem 1rem ; border : 1.5px solid var (--accent ); border-radius : 3px ; transition : all 0.2s ; letter-spacing : 0.01em ; }
5050 .hero-links a : hover { background : var (--accent ); color : # fff ; }
51- .hero-aside { background : var (--accent-light ); border-radius : 6px ; padding : 2 rem ; display : flex; align-items : center; justify-content : center; }
52- .hero-photo { width : 100% ; max-width : 520 px ; border-radius : 4 px ; object-fit : cover ; }
51+ .hero-aside { background : var (--accent-light ); border-radius : 6px ; padding : 1.25 rem ; display : flex; align-items : center; justify-content : center; }
52+ .hero-photo { width : 100% ; height : auto; display : block; border-radius : 3 px ; }
5353 .news-strip { max-width : 1400px ; margin : 0 auto; padding : 0 3rem 4rem ; }
5454 .news-strip-label { font-size : 0.72rem ; font-weight : 600 ; color : var (--text-light ); letter-spacing : 0.06em ; text-transform : uppercase; margin-bottom : 1rem ; padding-bottom : 0.5rem ; border-bottom : 1px solid var (--border-light ); }
5555 .news-items { display : grid; grid-template-columns : 1fr 1fr 1fr ; gap : 1.5rem ; }
You can’t perform that action at this time.
0 commit comments