diff --git a/src/routes/_components/profile/AccountProfile.html b/src/routes/_components/profile/AccountProfile.html index 62620190..2d9683f4 100644 --- a/src/routes/_components/profile/AccountProfile.html +++ b/src/routes/_components/profile/AccountProfile.html @@ -45,7 +45,6 @@ "details details details details details"; grid-template-columns: min-content auto 1fr 1fr min-content; grid-column-gap: 15px; - grid-row-gap: 5px; padding: 20px; padding-bottom: 0; justify-content: center; diff --git a/src/routes/_components/profile/AccountProfileHeader.html b/src/routes/_components/profile/AccountProfileHeader.html index f074f14a..21680c9f 100644 --- a/src/routes/_components/profile/AccountProfileHeader.html +++ b/src/routes/_components/profile/AccountProfileHeader.html @@ -102,12 +102,6 @@ } @media (max-width: 767px) { - .account-profile-name { - /* font-size: 1.3em; */ - } - .account-profile-username { - /* font-size: 1.1em; */ - } .account-profile-name { align-self: flex-end; } diff --git a/src/routes/_components/profile/AccountProfileNote.html b/src/routes/_components/profile/AccountProfileNote.html index a8c8f3ba..a54d6b67 100644 --- a/src/routes/_components/profile/AccountProfileNote.html +++ b/src/routes/_components/profile/AccountProfileNote.html @@ -5,34 +5,21 @@