diff options
Diffstat (limited to 'themes')
m--------- | themes/researcher | 0 | ||||
-rw-r--r-- | themes/template.patch | 30 |
2 files changed, 30 insertions, 0 deletions
diff --git a/themes/researcher b/themes/researcher -Subproject dae5f676aa1e97f33f3d0c9bf4deb4957108caa +Subproject 0c3a4aa91c0b30dfe201beb1471eba9f3156dfa diff --git a/themes/template.patch b/themes/template.patch new file mode 100644 index 0000000..5131bfd --- /dev/null +++ b/themes/template.patch @@ -0,0 +1,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 + |