File tree Expand file tree Collapse file tree
libs/route-pages/home-page/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- < section [class.h-screen-40] ="checkFirstSectionHeight() " [class.md:h-screen-70] ="checkFirstSectionHeight() "
2- class ="landing-section flex flex-col items-center pt-12 first-section pb-0 ">
1+ < section class ="landing-section flex flex-col items-center pt-12 first-section pb-0 ">
32 < div class ="container md:flex flex-column space-between ">
43 < div class ="lg:flex flex-col items-start self-center ">
54 < img src ="assets/img/bg-img/main_page/main_page_mobile_bg.png " alt ="Dmitriy Shekhovtsov photo "
Original file line number Diff line number Diff line change @@ -403,15 +403,6 @@ export class MainPageComponent implements OnDestroy {
403403 index ++ ;
404404 return ! ! ( index && ! ( index % 4 ) ) ;
405405 }
406-
407- checkFirstSectionHeight ( ) : boolean {
408- if ( window . innerWidth < 768 ) {
409- return true ;
410- }
411-
412- return window . innerHeight > 800 && window . devicePixelRatio * 100 === 100 ;
413- }
414-
415406
416407 addScriptsToHead ( ) {
417408 this . removeOldMicroDAta ( ) ;
You can’t perform that action at this time.
0 commit comments