From 899ca6ba405ff6bc0c149f12e378acd60890aff5 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Tue, 29 Sep 2020 14:33:15 +0200 Subject: [PATCH] fix: alignment --- components/Profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Profile.js b/components/Profile.js index a805d18..a6b820d 100644 --- a/components/Profile.js +++ b/components/Profile.js @@ -23,7 +23,7 @@ export default function Profile(props) { @media (max-width: 767px) { .profile { - margin: 20px; + padding: 1.5rem 1.25rem; } } `}