diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-02-19 23:42:05 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-02-19 23:42:05 -0500 |
| commit | d3bb64a6725b4c0e4077d91685a8cd9cc1531b7e (patch) | |
| tree | 1b801146aeafc51eae87444192bd61cacfbd19fb /.vscode/settings.json | |
| parent | 08cd57abb290db1caeb65c0707e8e13a08749428 (diff) | |
Updated CSS to better handle mobile
Diffstat (limited to '.vscode/settings.json')
| -rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..4c08140 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "livePreview.defaultPreviewPath": "/articles/index.html" +}
\ No newline at end of file |
