summaryrefslogtreecommitdiff
path: root/html/basics/default.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-20 14:13:27 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-20 14:13:27 +0100
commit64429ef20f7d81323ca8e68d382b09c6625b507d (patch)
treef51df591ec746ca77db82e1ad633c8662183b96b /html/basics/default.nix
parent4098a8323a2dfbb498e1e59bef417b48b1034775 (diff)
html: basics: fix the profile picture's margins
Diffstat (limited to 'html/basics/default.nix')
-rw-r--r--html/basics/default.nix4
1 files changed, 2 insertions, 2 deletions
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)