Skip to content

Commit

Permalink
Note to self: No you
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Nov 16, 2023
1 parent 5c80bf3 commit 0f271f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion _sass/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ header {
flex-direction: row;
align-items: center;
border-bottom: solid;
padding: 2.5rem;
}

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

0 comments on commit 0f271f1

Please sign in to comment.