Skip to content

Commit

Permalink
Merge pull request #438 from pricefx/feature/pai-390-header-update
Browse files Browse the repository at this point in the history
Feature/pai 390 header update
  • Loading branch information
kiruthiksaran-saravanan authored Dec 4, 2024
2 parents af78a6e + b098168 commit 7f9ff75
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ header nav {
}

.nav-list-level-2-2 {
grid-template-rows: repeat(3, 60px);
grid-template-rows: repeat(3, 70px);
}

.nav-list-level-2-item {
Expand All @@ -136,7 +136,12 @@ header nav {
margin-right: 0;
}

.nav-list-level-2-2 .nav-list-level-2-item:nth-last-child(-n + 3) {
.nav-list-level-2-2 .nav-list-level-2-item:nth-child(5) {
grid-column: 3;
margin-top: 70px;
}

.nav-list-level-2-2 .nav-list-level-2-item:nth-last-child(-n + 2){
grid-column: 4;
margin: 0 0 5px;
}
Expand Down

0 comments on commit 7f9ff75

Please sign in to comment.