Skip to content

Commit

Permalink
Merge pull request #49 from WWWPiramalFinanceCOM/feature/homepage-bug…
Browse files Browse the repository at this point in the history
…fixes

 done
  • Loading branch information
VaibhavSasulkar authored Jul 8, 2024
2 parents 598212e + 6b779cf commit 45a7e1c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
7 changes: 4 additions & 3 deletions styles/choose-us/choose-us.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@
grid-template-columns: 1fr;
}

.section.choose-us-css.home-loan-finance-card-fw .columns-wrapper .columns.block > div:last-child > div:nth-child(2) {
display: none;
}

/* home loan finance end */

@media screen and (max-width: 767px) {
Expand Down Expand Up @@ -169,9 +173,6 @@
.section.choose-us-css.choose-us-2-col .columns-wrapper .columns>div {
grid-template-columns: 1fr;
}
.section.choose-us-css.home-loan-finance-card-fw .columns-wrapper .columns.block > div:last-child > div:nth-child(2) {
display: none;
}
}


Expand Down
11 changes: 10 additions & 1 deletion styles/tab-with-cards/tab-with-cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,11 @@
margin-top: 20px;
gap: 16px;
}
.section.tab-with-cards-wrapper .panel-container .teaser.block.card-full-width {
grid-column: span 1;
}
}
@media screen and (max-width:768px) {
@media screen and (max-width:767px) {
.section.tab-with-cards-wrapper .default-content-wrapper> h4 {
font-size: 20px;
line-height: 28px;
Expand Down Expand Up @@ -139,4 +142,10 @@
line-height: 16px;
}
}

@media screen and (min-width:900px) and (max-width:1024px) {
.section.tab-with-cards-wrapper .panel-container .teaser.block.card-full-width {
grid-column: span 1;
}
}
/* tab with cards css end */

0 comments on commit 45a7e1c

Please sign in to comment.