From 64429ef20f7d81323ca8e68d382b09c6625b507d Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 20 Nov 2022 14:13:27 +0100 Subject: html: basics: fix the profile picture's margins --- html/basics/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/basics/default.nix') diff --git a/html/basics/default.nix b/html/basics/default.nix index ce15589..f78d7c2 100644 --- a/html/basics/default.nix +++ b/html/basics/default.nix @@ -32,8 +32,8 @@ in { style = '' aspect-ratio: 1 / 1; border-radius: 50%; - padding-left: 20%; - padding-right: 20%; + margin: auto; + display: block; ''; }) (center h3 name) -- cgit v1.2.3