From d2c5839873630ebbaf05bc0f0682aa2ec88ac5dd Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 12 Apr 2018 22:13:05 -0700 Subject: [PATCH] tweak style for small devices --- routes/_components/profile/AccountProfileDetails.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/routes/_components/profile/AccountProfileDetails.html b/routes/_components/profile/AccountProfileDetails.html index 462eaca..847ced0 100644 --- a/routes/_components/profile/AccountProfileDetails.html +++ b/routes/_components/profile/AccountProfileDetails.html @@ -94,6 +94,12 @@ text-align: center; } } + + @media (max-width: 767px) { + .account-profile-details-item { + font-size: 1em; + } + }