Skip to content

Commit

Permalink
Merge branch 'main' into projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 authored Apr 19, 2024
2 parents e3f9882 + 9757534 commit dd1d413
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Jekyll Live Server",
"type": "PowerShell",
"request": "launch",
"script": "bundle exec jekyll serve --livereload",
"cwd": "${workspaceFolder}"
}

]
}
2 changes: 1 addition & 1 deletion _sass/minima.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $grey-color-dark: darken($grey-color, 25%) !default;
$table-text-align: left !default;

// Width of the content area
$content-width: 800px !default;
$content-width: 1240px !default;

$on-palm: 600px !default;
$on-laptop: 800px !default;
Expand Down

0 comments on commit dd1d413

Please sign in to comment.