Skip to content

Commit 5d82144

Browse files
author
Kyle Peacock
committed
Several layout changes + style updates
1 parent 87a041e commit 5d82144

File tree

11 files changed

+1481
-92
lines changed

11 files changed

+1481
-92
lines changed

.vscode/settings.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"files.autoSaveDelay": 1,
3-
"files.autoSave": "afterDelay"
2+
"files.autoSaveDelay": 1
43
}

gatsby-config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ module.exports = {
4040
// background_color: "#663399",
4141
// theme_color: "#663399",
4242
display: "minimal-ui",
43-
icon: "src/images/rentcap.svg" // This path is relative to the root of the site.
43+
icon: "src/images/rentcap2.svg" // This path is relative to the root of the site.
4444
}
4545
},
46+
`gatsby-plugin-sass`,
4647
`gatsby-plugin-styled-components`
4748
]
4849
};

0 commit comments

Comments
 (0)