summaryrefslogtreecommitdiff
path: root/web/source/css/profile.css
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/css/profile.css')
-rw-r--r--web/source/css/profile.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/source/css/profile.css b/web/source/css/profile.css
index e7a422680..4fa0b6247 100644
--- a/web/source/css/profile.css
+++ b/web/source/css/profile.css
@@ -50,7 +50,7 @@ main {
width: 100%;
height: 100%;
object-fit: cover;
- border-radius: $br $br 0 0;
+ border-radius: $br_inner $br_inner 0 0;
}
}
@@ -87,7 +87,7 @@ main {
box-shadow: $boxshadow;
img {
object-fit: cover;
- border-radius: $br;
+ border-radius: $br_inner;
width: 100%;
height: 100%;
}