From 4d93e97d6aa9442d91ad34df1819f10dc8f0ed9c Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 8 Apr 2024 23:06:23 -0400 Subject: disable markdownlint, use nixpkgs' corepack --- src/assets/gifs/index.ts | 20 ++++++++++---------- src/styles/main.css | 2 -- 2 files changed, 10 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/assets/gifs/index.ts b/src/assets/gifs/index.ts index 58fa23d..0525584 100644 --- a/src/assets/gifs/index.ts +++ b/src/assets/gifs/index.ts @@ -8,19 +8,19 @@ import steam from "./steam.gif"; import weezer from "./weezer.gif"; interface Gif { - image: ImageMetadata; - alt: string; + image: ImageMetadata; + alt: string; } const gifs: Gif[] = [ - { image: acab, alt: "ACAB!" }, - { image: arnold, alt: "Hey Arnold!" }, - { image: capitalism, alt: "Let's crush capitalism!" }, - { image: legalize, alt: "Legalize marijuana now!" }, - { image: poweredByNix, alt: "Powered by NixOS" }, - { image: pride, alt: "LGBTQ Pride now!" }, - { image: steam, alt: "Play on Steam!" }, - { image: weezer, alt: "Weezer fan" } + { image: acab, alt: "ACAB!" }, + { image: arnold, alt: "Hey Arnold!" }, + { image: capitalism, alt: "Let's crush capitalism!" }, + { image: legalize, alt: "Legalize marijuana now!" }, + { image: poweredByNix, alt: "Powered by NixOS" }, + { image: pride, alt: "LGBTQ Pride now!" }, + { image: steam, alt: "Play on Steam!" }, + { image: weezer, alt: "Weezer fan" }, ]; export default gifs; 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; } } - -- cgit v1.2.3