File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/manager/modules/pci/src/projects/onboarding Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11< div class ="pci_projects_onboarding ">
22 < div class ="row ">
3- < div class ="col-md-6 ">
3+ < div class ="col-md-6 p-5 ">
44 < h1 data-translate ="pci_projects_onboarding_title "> </ h1 >
55 < p data-translate ="pci_projects_onboarding_description1 "> </ p >
66 < p data-translate ="pci_projects_onboarding_description2 "> </ p >
@@ -12,5 +12,5 @@ <h1 data-translate="pci_projects_onboarding_title"></h1>
1212 </ a >
1313 </ div >
1414 </ div >
15- < img data-ng-src ="{{ $ctrl.illustration }} " alt ="">
15+ < img class =" d-none d-lg-block " data-ng-src ="{{ $ctrl.illustration }} " alt ="">
1616</ div >
Original file line number Diff line number Diff line change 11.pci_projects_onboarding {
22 img {
3+ z-index : -1 ;
34 position : absolute ;
45 top : -10vh ;
56 right : -20vw ;
6- height : 100 vh ;
7+ width : 70 vw ;
78 }
89}
You can’t perform that action at this time.
0 commit comments