smaller drop shadow

This commit is contained in:
Max Bradbury 2020-07-20 16:44:18 +01:00
parent bff9b90258
commit bb9feff66d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}