Skip to content

Commit

Permalink
Also it's not today anymore, it's 4am tomorrow
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Nov 16, 2023
1 parent 4da01bf commit a7b5e6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.tabSize": 2
}
1 change: 1 addition & 0 deletions _sass/_footer.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
footer {
margin-top: auto;
color: rgba($bodyColor, 0.7);
border-top: solid;
}
2 changes: 2 additions & 0 deletions _sass/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ body {
background: $backgroundColor;
color: $bodyColor;
font-family: $bodyFont;
display: flex;
min-height: 100vh;
}

body a {
Expand Down

0 comments on commit a7b5e6b

Please sign in to comment.