aboutsummaryrefslogtreecommitdiff
path: root/themes/template.patch
blob: 5131bfd2683a9da232c99705f62361150dcb2ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 0c3a4aa91c0b30dfe201beb1471eba9f3156dfa7 Mon Sep 17 00:00:00 2001
From: Rasmus Dahlberg <rasmus@mullvad.net>
Date: Sat, 5 Feb 2022 16:15:12 +0100
Subject: [PATCH] move figure

---
 assets/sass/researcher.scss | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/assets/sass/researcher.scss b/assets/sass/researcher.scss
index 8bd2561..191ab1e 100644
--- a/assets/sass/researcher.scss
+++ b/assets/sass/researcher.scss
@@ -81,9 +81,11 @@ $y-medium: 1.0rem;
         max-width: 100%;
     }
     .avatar > img {
-        border-radius: 50%;
-        float: right;
+        border-radius: 25%;
+        float: left;
         margin: -8px 0 0 16px;
+	margin-left: 8px;
+	margin-right: 8px;
         height: $avatar-size;
         width: $avatar-size;
     }
-- 
2.20.1