File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 444444 color : #005aa7 !important ;
445445}
446446
447- .landing-page-core-activities-row-subtitle {
448- margin-top : -10px ;
449- }
450-
451447.sublandingpage-banner-padding-bottom {
452448 padding-bottom : 7rem ;
453449}
Original file line number Diff line number Diff line change 55 {{ range .activities }}
66
77 < a href ={{.url}} class ="col-12 col-lg-6 col-xl-3 p-1 ">
8- < div style ="background-color: {{.color}}; " class ="rounded-lg color-blue font-size-1rem font-size-xl-1_5rem container p-0 h-100 ">
8+ < div style ="background-color: {{.color}}; " class ="rounded-lg color-blue font-size-1rem font-size-xl-1_5rem container p-0 h-100 d-flex flex-column ">
99 < div class ="row mx-4 py-3 ">
1010 < i class ="font-size-2rem fa {{ .icon }} "> </ i >
1111 </ div >
1212 < div class ="row mx-4 pt-3 ">
1313 < h3 class ="color-blue font-size-1_3rem "> {{.title}}</ h3 >
1414 </ div >
15- < div class ="row mx-4 pb-0 landing-page-core-activities-row-subtitle align-items-end position-relative bottom-0 ">
15+ < div class ="row mx-4 pb-0 landing-page-core-activities-row-subtitle align-items-end h-100 ">
1616 < p class ="color-blue font-size-1rem "> {{.subtitle}}</ p >
1717 </ div >
1818 </ div >
You can’t perform that action at this time.
0 commit comments