From e092631c4dceaf1c4bd29a5102ddbbfaed9309a2 Mon Sep 17 00:00:00 2001 From: Tobias Johansson Date: Tue, 27 Aug 2024 11:40:51 +0200 Subject: [PATCH] fix: issue with name not being center aligned --- components/MyPages/Blocks/Overview/Friend/friend.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/MyPages/Blocks/Overview/Friend/friend.module.css b/components/MyPages/Blocks/Overview/Friend/friend.module.css index 13e7f9641..57c5ae685 100644 --- a/components/MyPages/Blocks/Overview/Friend/friend.module.css +++ b/components/MyPages/Blocks/Overview/Friend/friend.module.css @@ -18,7 +18,7 @@ margin-left: -35px; } -.name { +.friend .name { text-align: center; }