From be064c0919c266543465e1bb677f6111571aee02 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Thu, 2 Feb 2023 13:12:18 +0000 Subject: [PATCH] More spacing tweaks --- .../_components/profile/AccountProfile.html | 1 - .../profile/AccountProfileHeader.html | 6 ------ .../profile/AccountProfileNote.html | 21 ++++--------------- 3 files changed, 4 insertions(+), 24 deletions(-) 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 @@