Skip to content

Commit

Permalink
footer: add padding to .footer-bottom to prevent vertical overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dfdan committed Apr 4, 2023
1 parent 7a88846 commit 03d38d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
.row.footer-bottom, .sub-footer {
background-color: @footerDarkColor;
box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
padding: 1rem 0 1rem;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ pre.export.result {
.footer-bottom, .sub-footer {
background-color: @footerDarkColor;
box-shadow: 0 2px 5px rgba(0, 0, 0, .2) inset;
padding: 1rem 0 1rem;
}

.intro-step-list-image {
Expand Down

0 comments on commit 03d38d3

Please sign in to comment.