File tree Expand file tree Collapse file tree
modules/asset/ui/src/scss Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 }
6969 }
7070
71- .sf-footer__links > .sf-footer__links- item:last-child {
71+ .sf-footer__links- item--policy {
7272 margin-top : 44px ;
7373 @include breakpoint-medium {
7474 margin-top : 0 ;
8686 font-weight : $font-weight-medium ;
8787 font-size : $font-size-body-small ;
8888 line-height : 140% ;
89- margin : 0 ;
9089 color : $gray-300 ;
9190}
91+
92+ // Обмежити margin reset тільки в контексті футера для уникнення глобальних регресій
93+ .sf-footer {
94+ .sf-copy {
95+ margin : 0 ;
96+ }
97+ }
Original file line number Diff line number Diff line change 4848 connect@speedandfunction.com
4949 </ a >
5050 </ div >
51- < a href ="/privacy-policy " class ="sf-footer__links-item ">
51+ < a href ="/privacy-policy " class ="sf-footer__links-item sf-footer__links-item--policy ">
5252 privacy policy
5353 </ a >
5454 </ div >
5555
5656 < div class ="sf-footer__bottom ">
57- < p class ="sf-copy "> © {{ data.currentYear or '2025' }} S&F</ p >
57+ < p class ="sf-copy "> © {{ data.currentYear or '2025' }} S& F</ p >
5858 </ div >
5959 </ div >
6060</ footer >
You can’t perform that action at this time.
0 commit comments