From bb9feff66d350bea4b6ee6dcb039ba53408aac0b Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Mon, 20 Jul 2020 16:44:18 +0100 Subject: [PATCH] smaller drop shadow --- style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.less b/style.less index 4ebe325..43689c4 100644 --- a/style.less +++ b/style.less @@ -86,7 +86,7 @@ textarea { width: 80vmin; border-radius: 5vmin; - box-shadow: @accent 1vmin 1vmin; + box-shadow: @accent 0.5vmin 0.5vmin; padding: 5vmin; position: relative; }