From 74dcbdc3874075eaedec793539d40aaef891f358 Mon Sep 17 00:00:00 2001 From: Ben DeCoste Date: Thu, 27 Jun 2019 10:55:50 -0300 Subject: [PATCH] make the email subscribe input wider --- style/index.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style/index.scss b/style/index.scss index 55f4256..2e0c027 100644 --- a/style/index.scss +++ b/style/index.scss @@ -170,6 +170,9 @@ a > img { outline-width: 0; } + input.email { + width: 310px; + } button { transform: translate(-10px);