Add editorconfig

This commit is contained in:
David Lapshin
2024-05-19 05:18:28 +03:00
parent a9565bd37d
commit 5cfa5aa0c8
2 changed files with 15 additions and 2 deletions

View File

@ -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;