Skip to content

Commit

Permalink
Note to self: No me
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Nov 16, 2023
1 parent 0f271f1 commit d7836b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ header {

.menu-item-selected {
@extend %menu-item;
font-weight: bolder;
font-weight: 900;
}

.menu-item-selected::after {
Expand Down
5 changes: 3 additions & 2 deletions _sass/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ body {
color: $bodyColor;
font-family: $bodyFont;
margin: 0 auto;
padding-left: 5vw;
padding-right: 5vw;
padding-top: 3rem;
padding-left: 15vw;
padding-right: 15vw;
// The flexing is so the footer stays at the bottom
display: flex;
flex-direction: column;
Expand Down

0 comments on commit d7836b6

Please sign in to comment.