File tree Expand file tree Collapse file tree 2 files changed +60
-36
lines changed
services/development-services Expand file tree Collapse file tree 2 files changed +60
-36
lines changed Original file line number Diff line number Diff line change @@ -412,20 +412,27 @@ $dark-text-color: #212529
412412 border : none
413413 z-index : -3
414414 .buttons-block
415- text-align : center
415+ display : flex
416+ flex-direction : row
417+ justify-content : center
418+ gap : 32px
416419 margin-bottom : 72px
417- a
418- background-color : #fff
420+
421+ @media screen and (max-width : 599px )
422+ flex-direction : column
423+ width : 100%
424+
425+ a .button
426+ width : 100%
427+
428+ .button
429+ width : 208px
430+ text-align : center
431+
432+ .button.view-live-demo
433+ background-color : unset
419434 color : #2A7DEC
420- width : 300px
421- align-self : flex-end
422- border : solid 1px #2A7DEC
423- outline : none
424- font-size : 20px
425- & :hover
426- background-color : #fff
427- color : #2A7DEC
428- filter : brightness(1.2 )
435+ border : 1px solid #2A7DEC
429436
430437 p .feedback-heading
431438 color : #000
@@ -789,6 +796,8 @@ $dark-text-color: #212529
789796 width : 300px
790797 font-size : 20px
791798 height : 56px
799+ button .create-perfect-solution
800+ width : 360px
792801 .get-in-touch-title
793802 color : #212121
794803 font-size : 36px
@@ -1153,6 +1162,8 @@ $dark-text-color: #212529
11531162 & :hover
11541163 text-decoration : none
11551164 filter : brightness(1.3 ) contrast(0.9 )
1165+ button .book-free-session
1166+ width : 520px
11561167
11571168 .project-timeline
11581169 padding : 100px 0
@@ -1445,6 +1456,8 @@ $dark-text-color: #212529
14451456 button
14461457 background : #2A7DEC
14471458 color : #fff
1459+ button .lets-build-solution-together
1460+ width : 360px
14481461 a
14491462 color : #2A7DEC
14501463 border : 1px solid #2A7DEC
You can’t perform that action at this time.
0 commit comments