diff --git a/frontend/src/styles/profile.scss b/frontend/src/styles/profile.scss index 33d27f97a..052ab7b46 100644 --- a/frontend/src/styles/profile.scss +++ b/frontend/src/styles/profile.scss @@ -108,13 +108,13 @@ width: 2rem; display: grid; - .button:first-child { + button:first-child { border-top-right-radius: var(--roundness); } - .button:last-child { + button:last-child { border-bottom-right-radius: var(--roundness); } - .button { + button { align-items: center; align-content: center; display: grid; @@ -479,6 +479,9 @@ .socials { .value { margin-top: 0.05rem; + .textButton { + padding: 0.1em; + } } } .title { diff --git a/frontend/static/html/pages/account.html b/frontend/static/html/pages/account.html index dff0849cc..9dd4b8206 100644 --- a/frontend/static/html/pages/account.html +++ b/frontend/static/html/pages/account.html @@ -83,22 +83,22 @@
-
-
-
-
+
+