From 4b5ecd2d8b9e9729bf554fa78e9a7a46abc262ce Mon Sep 17 00:00:00 2001 From: Farhan Syah <45132618+farhan-syah@users.noreply.github.com> Date: Sun, 16 Dec 2018 04:34:48 +0800 Subject: [PATCH] Edit Input & textarea styling Better styling in forms --- _sass/jekyll-theme-prologue.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_sass/jekyll-theme-prologue.scss b/_sass/jekyll-theme-prologue.scss index 3cfcab0559..50a13b6b24 100644 --- a/_sass/jekyll-theme-prologue.scss +++ b/_sass/jekyll-theme-prologue.scss @@ -79,6 +79,7 @@ font-weight: 300; line-height: 1.75em; color: #888; + margin-bottom: 1em; } h1, h2, h3, h4, h5, h6 { @@ -1106,4 +1107,4 @@ } } - } \ No newline at end of file + }