Skip to content

Commit

Permalink
update body paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar committed Jul 5, 2022
1 parent 9a50c00 commit 70373fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,6 @@ footer.sticky-bottom {
// CV

.cv {
margin-bottom: 40px;

.card {
background-color: var(--global-card-bg-color);
border: 1px solid var(--global-divider-color);
Expand Down
6 changes: 3 additions & 3 deletions _sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
******************************************************************************/

body {
padding-bottom: 70px;
padding-bottom: 4rem;
color: var(--global-text-color);
background-color: var(--global-bg-color);

h1, h2, h3, h4, h5, h6 {
scroll-margin-top: 66px;
scroll-margin-top: 4rem;
}
}

body.fixed-top-nav {
// Add some padding for the nav-bar.
padding-top: 56px;
padding-top: 4rem;
}

body.sticky-bottom-footer {
Expand Down

0 comments on commit 70373fe

Please sign in to comment.