From f97cecacabe217dd0988a8b7f6c179da3454195a Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <5748627+revolter@users.noreply.github.com> Date: Tue, 28 May 2024 08:42:39 +0300 Subject: [PATCH] Added a small padding to the textarea --- _sass/minima/custom-styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/_sass/minima/custom-styles.scss b/_sass/minima/custom-styles.scss index 79994bb..0870b9e 100644 --- a/_sass/minima/custom-styles.scss +++ b/_sass/minima/custom-styles.scss @@ -22,4 +22,5 @@ textarea { @include relative-font-size(1); width: 100%; + padding: 8px; }