From 987a066a8096e5d2316d45ca40be4b062c9db57b Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Sun, 29 Aug 2021 16:33:21 +0300 Subject: [PATCH] add more space between error message and retry button --- frontend/app/components/profile/profile.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/profile/profile.module.css b/frontend/app/components/profile/profile.module.css index b2d4c9d0..dc9d6072 100644 --- a/frontend/app/components/profile/profile.module.css +++ b/frontend/app/components/profile/profile.module.css @@ -75,7 +75,7 @@ .error { font-size: 14px; - margin: 0 0 4px; + margin: 0 0 16px; } .content::-webkit-scrollbar {