File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7474 .tech_tagline {
7575 font-size : 20px ;
7676 line-height : 150% ;
77+ text-align : center;
7778 }
7879}
7980
9798 padding : var (--ifm-spacing-2xl ) var (--ifm-spacing-lg );
9899}
99100
100- .services_link_mobile {
101- display : none;
102- }
103-
104101.projects_link {
105102 display : none;
106103}
107104
108105@media (max-width : 996px ) {
109- .services_link_mobile {
110- display : block;
111- }
112-
113106 .projects_link {
114- display : block;
115- }
116-
117- .services_link_desktop {
118- display : none;
107+ display : flex;
108+ flex-direction : column;
109+ align-items : center;
110+ gap : var (--ifm-spacing-sm );
119111 }
120112}
121113
Original file line number Diff line number Diff line change @@ -62,9 +62,6 @@ function HomeContent() {
6262
6363 { /* ── How we work with you (services) ───────────────────────────────── */ }
6464 < Section fullHeight >
65- < div className = { styles . services_link_mobile } >
66- < Link className = { `link-to-button ${ styles . link_to_services } ` } href = "/services/" > DISCOVER OUR SERVICES</ Link >
67- </ div >
6865 < h2 className = "text--center" > How we work with you</ h2 >
6966 < CardGrid cols = { 3 } >
7067 < li >
@@ -91,9 +88,7 @@ function HomeContent() {
9188 </ CardGrid >
9289 < div className = { styles . projects_link } >
9390 < Link className = { `link-to-button ${ styles . link_to } ` } href = "/projects" > DISCOVER ALL OF OUR PROJECTS</ Link >
94- < div className = { styles . services_link_desktop } >
95- < Link className = { `link-to-button ${ styles . link_to_services } ` } href = "/services/" > DISCOVER OUR SERVICES</ Link >
96- </ div >
91+ < Link className = { `link-to-button ${ styles . link_to_services } ` } href = "/services/" > DISCOVER OUR SERVICES</ Link >
9792 </ div >
9893 </ Section >
9994
You can’t perform that action at this time.
0 commit comments