From 5ea9e0b827d51207823cde3ea129e958113e9771 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 6 Jan 2024 17:23:55 +0000 Subject: [PATCH] users: Increase the resolution of the delivered avatar Signed-off-by: Michael Tremer --- src/sass/main.sass | 3 +++ src/templates/users/show.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/sass/main.sass b/src/sass/main.sass index 518d3b7e..34f2da18 100644 --- a/src/sass/main.sass +++ b/src/sass/main.sass @@ -74,6 +74,9 @@ $section-padding-desktop: 3rem 0.5rem // Footer $footer-padding: 3rem 1.5rem 3rem +// Images +$dimensions: 16 24 32 48 64 96 128 192 256 512 + // Import Bulma @import "../third-party/bulma/sass/utilities/_all.sass" @import "../third-party/bulma/sass/base/_all.sass" diff --git a/src/templates/users/show.html b/src/templates/users/show.html index edfedbd2..71ba2c73 100644 --- a/src/templates/users/show.html +++ b/src/templates/users/show.html @@ -42,8 +42,8 @@
-
- +
+
-- 2.47.3