File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 6868 opacity : 0 ;
6969 width : 0 ;
7070 overflow-y : scroll ;
71+ color : #10141b ;
7172 }
7273
7374 & :hover {
75+ text-decoration : none ;
76+
7477 .case-study-used-by-card-description {
7578 font-size : 14px ;
7679 line-height : 1.63 ;
Original file line number Diff line number Diff line change 9292.container-main-content
9393 @media (max-width : $ak-breakpoint-lg )
9494 padding : 0 24px
95- min-height : 100vh
9695 padding : 0 22px
9796 position : relative
9897 background-color : #fff
Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ <h2 class="case-study-h2" id="logos">Also used by</h2>
8080 </ div >
8181 </ a >
8282 {{ else }}
83- < div class ="case-study-used-by-card case-study-used-by-card--responsive ">
83+ < a class ="case-study-used-by-card case-study-used-by-card--responsive " href =" {{ .RelPermalink }} ">
8484 < div class ="case-study-used-by-card-img ">
8585 < img src ="{{.Params.icon}} " loading ="lazy "> </ i >
8686 </ div >
8787 < div class ="case-study-used-by-card-description ">
8888 {{ .Params.cardDescription | safeHTML }}
8989 </ div >
90- </ div >
90+ </ a >
9191 {{ end }}
9292 {{ end }}
9393 </ div >
You can’t perform that action at this time.
0 commit comments