From cd88ae264eba2a7ef795a012e76844d0a6539004 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Sun, 7 Oct 2018 01:33:10 -0400 Subject: [PATCH] commento-input.scss: make create account button width 150px --- 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 73408a4..4ddaa2f 100644 --- a/frontend/sass/commento-input.scss +++ b/frontend/sass/commento-input.scss @@ -152,7 +152,7 @@ textarea { } .commento-create-button { - width: 120px; + width: 150px; background: $pink-9; }