diff --git a/flake.nix b/flake.nix index f7e3022..11715c3 100644 --- a/flake.nix +++ b/flake.nix @@ -14,14 +14,12 @@ in { devShells.default = pkgs.mkShell { packages = with pkgs; [ - jetbrains.webstorm nodejs nodePackages.live-server - ]; - shellHook = '' - webstorm . && exit - ''; + # An IDE of your choice + # jetbrains.webstorm + ]; }; } ); diff --git a/index.html b/index.html index 0723211..cca6cdf 100644 --- a/index.html +++ b/index.html @@ -66,9 +66,17 @@ diff --git a/style.css b/style.css index ab9097f..7e9fdd1 100644 --- a/style.css +++ b/style.css @@ -43,8 +43,10 @@ footer { bottom: 2vh; display: flex; + flex-direction: column; + width: 100%; - justify-content: center; + align-items: center; } .heart {