chore: forms

This commit is contained in:
Cory Dransfeldt 2024-04-29 05:56:10 -07:00
parent c3b20c9940
commit e936e56a0e
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "13.1.6",
"version": "13.1.7",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -14,7 +14,7 @@ textarea {
padding: var(--sizing-sm);
font-size: var(--font-size-base);
width: 100%;
outline: none;
border-radius: 0;
margin-bottom: var(--sizing-base);
font-weight: var(--font-weight-base);
line-height: var(--line-height-base);