From a7eaec339186330d402c67cebdd1fce110dc0155 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Thu, 2 Feb 2023 13:17:37 +0000 Subject: [PATCH] Dont reduce size of meta info on small screens --- src/routes/_components/profile/AccountProfileMeta.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/routes/_components/profile/AccountProfileMeta.html b/src/routes/_components/profile/AccountProfileMeta.html index 3c0a0f86..e37894ee 100644 --- a/src/routes/_components/profile/AccountProfileMeta.html +++ b/src/routes/_components/profile/AccountProfileMeta.html @@ -81,9 +81,6 @@ .account-profile-meta { padding: 5px 0; } - .account-profile-meta-cell { - font-size: 1em; - } .account-profile-meta-name { padding: 5px 10px 5px 0; max-width: 40vw;