diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..660c6cb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# EditorConfig is awesome: https://EditorConfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false diff --git a/sass/_main.scss b/sass/_main.scss index 644ce8e..8073649 100644 --- a/sass/_main.scss +++ b/sass/_main.scss @@ -24,8 +24,7 @@ body { } body { - // Put footer at the bottom for short pages, such as the 404 - display: grid; + display: grid; // Put footer at the bottom for short pages, such as the 404 grid-template-rows: auto minmax(auto, 1fr) auto; // Header, stuff, footer background: var(--bg-color); min-height: 100vh;