diff options
author | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-05-04 15:37:28 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@rgdd.se> | 2024-05-04 16:26:37 +0200 |
commit | a540db08b8049b367f93a423983a3cee7f8bd052 (patch) | |
tree | 33c0762b83de2a12ffc0bbd0e69e0b54d6942e6c | |
parent | b80d645af02e8153b8b12013bf1a68770453d72e (diff) |
Adjust avatar placement and style
Float to the left as a rounded rectangle.
-rw-r--r-- | assets/sass/researcher.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/sass/researcher.scss b/assets/sass/researcher.scss index f032811..781b047 100644 --- a/assets/sass/researcher.scss +++ b/assets/sass/researcher.scss @@ -83,9 +83,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; } |