Increase inline button padding

This commit is contained in:
Florine W. Dekker 2022-12-16 22:39:16 +01:00
parent c495714867
commit 09cacd241f
Signed by: FWDekker
GPG Key ID: D3DCFAA8A4560BE0
3 changed files with 2 additions and 1 deletions

BIN
package-lock.json generated

Binary file not shown.

View File

@ -1,6 +1,6 @@
{
"name": "@fwdekker/template",
"version": "3.6.0",
"version": "3.6.1",
"description": "The base template for pages on fwdekker.com.",
"author": "Florine W. Dekker",
"license": "MIT",

View File

@ -83,4 +83,5 @@ input.valid,
display: inline-block;
width: unset;
margin: 0;
padding: 0.3em;
}