From 9a3c181442c9e15a486af587721b34973a7ca17b Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Thu, 24 Jan 2019 06:56:30 -0500 Subject: [PATCH] commento-input.scss: use pixels instead of rem --- frontend/sass/commento-input.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/sass/commento-input.scss b/frontend/sass/commento-input.scss index 454e020..518cd0c 100644 --- a/frontend/sass/commento-input.scss +++ b/frontend/sass/commento-input.scss @@ -68,7 +68,7 @@ textarea { } .commento-account-buttons-container { - top: 3rem; + top: 45px; padding-bottom: 10px; }