File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,13 +70,20 @@ body {
7070
7171.hero-content {
7272 position : absolute;
73- top : 50 % ;
73+ top : 25 % ;
7474 left : 50% ;
7575 transform : translate (-50% , -50% );
7676 width : 100% ;
7777 z-index : 2 ;
7878}
7979
80+ /* Desktop positioning - center the content */
81+ @media (min-width : 769px ) {
82+ .hero-content {
83+ top : 50% ;
84+ }
85+ }
86+
8087.teaser .hero-body {
8188 padding-top : 0 ;
8289 padding-bottom : 3rem ;
Original file line number Diff line number Diff line change @@ -70,13 +70,20 @@ body {
7070
7171.hero-content {
7272 position : absolute;
73- top : 50 % ;
73+ top : 25 % ;
7474 left : 50% ;
7575 transform : translate (-50% , -50% );
7676 width : 100% ;
7777 z-index : 2 ;
7878}
7979
80+ /* Desktop positioning - center the content */
81+ @media (min-width : 769px ) {
82+ .hero-content {
83+ top : 50% ;
84+ }
85+ }
86+
8087.teaser .hero-body {
8188 padding-top : 0 ;
8289 padding-bottom : 3rem ;
You can’t perform that action at this time.
0 commit comments