Skip to content

Commit

Permalink
Merge pull request #462 from WWWPiramalFinanceCOM/feature/comp-creati…
Browse files Browse the repository at this point in the history
…on-new

Feature/comp creation new
  • Loading branch information
nky11 authored Sep 16, 2024
2 parents 025991e + 8801bac commit 9a76ab1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
12 changes: 11 additions & 1 deletion blocks/cards/support-contact-us-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,17 @@
left: 25px;

}

@media (min-width: 1025px) and (max-width: 1400px) {
.section.contact-us-download-wrapper div:nth-child(2) {
left: calc((100% - 820px) / 2);
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.section.contact-us-download-wrapper div:nth-child(2) {
/* top: 146px; */
left: 64px;
}
}
@media screen and (max-width: 768px) {
.section.download-piramal-wrapper div:nth-child(2) {
display: block;
Expand Down
6 changes: 6 additions & 0 deletions styles/support-contact-us/support-contact-us.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
font-weight: 400;
line-height: 24px;
font-style: normal;
max-width: 790px;
}

.section.support-contact-us-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .teaserv2-wrapper .teaserv2 a .bg-image .rte-text-description p:nth-child(2),
Expand Down Expand Up @@ -252,6 +253,11 @@
.section.support-contact-us-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .teaserv2-wrapper .teaserv2 a .bg-image .front-image {
max-width: 60px;
}
.section.support-contact-us-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .columns-wrapper .columns div div p,
.section.support-contact-us-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .teaserv2-wrapper .teaserv2 a .bg-image .rte-text-description p:nth-child(2),
.section.support-contact-us-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .columns-wrapper .columns div:first-child div p:first-child>strong>em {
max-width: 100%;
}
}

@media screen and (max-width: 767px) {
Expand Down

0 comments on commit 9a76ab1

Please sign in to comment.