Skip to content

Commit

Permalink
download banner issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav sasulkar committed Dec 8, 2024
1 parent 3d6fc71 commit 35cc77e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion styles/download-piramal/download-piramal.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
.section.download-piramal-wrapper>div:nth-child(2) {
display: block;
position: absolute;
left: 204px;
left: calc((100% - 1120px) / 2);
top: 50px;
font-size: 1.875rem;
font-family: "Nunito-Regular";
Expand Down Expand Up @@ -215,6 +215,10 @@
.section.download-piramal-wrapper div:nth-child(4) {
left: calc((100% - 460px) / 2);
}

.section.download-piramal-wrapper>div:nth-child(2) {
left: calc((100% - 860px) / 2);;
}
}


Expand Down

0 comments on commit 35cc77e

Please sign in to comment.