Skip to content

Commit

Permalink
chore: Styling fixes for header and footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Satya Deep Maheshwari committed Jan 16, 2023
1 parent 8be4ffa commit 719e5c7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/footer/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ footer {
font-size: var(--body-font-size-s);
}
footer .section {
padding: 10px;
padding: 15px;
}
footer .footer-awareness {
padding: 25px 20px 0 20px;
Expand Down
2 changes: 1 addition & 1 deletion blocks/footer/footer.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
footer {
font-size: var(--body-font-size-s);
.section {
padding: 10px;
padding: 15px;
}
.footer-awareness {
padding: 25px 20px 0 20px;
Expand Down
1 change: 1 addition & 0 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ header nav .nav-hamburger {
grid-area: hamburger;
height: 22px;
padding-top: 3px;
padding-left: 15px;
cursor: pointer;
}
header nav .nav-sections {
Expand Down
1 change: 1 addition & 0 deletions blocks/header/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ header {
grid-area: hamburger;
height: 22px;
padding-top: 3px;
padding-left: 15px;
cursor: pointer;
}
.nav-sections {
Expand Down

0 comments on commit 719e5c7

Please sign in to comment.