diff options
| author | seth <[email protected]> | 2024-04-08 23:06:23 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-08 23:06:23 -0400 |
| commit | 4d93e97d6aa9442d91ad34df1819f10dc8f0ed9c (patch) | |
| tree | baa5b81359774138c166706caa78efdca4705910 /src/styles | |
| parent | d8a20e3032a0ce97b6ddc29840e135eda9b3f43c (diff) | |
disable markdownlint, use nixpkgs' corepack
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/main.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/styles/main.css b/src/styles/main.css index 974dd5c..89789c2 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -10,7 +10,6 @@ body { background-color: var(--background-color); font-family: var(--primary-font), system-ui; -; line-height: 1.5rem; margin-left: auto; margin-right: auto; @@ -72,4 +71,3 @@ footer { display: flex; } } - |
