fix: minor button margin change

This commit is contained in:
Cory Dransfeldt 2024-06-26 10:04:45 -07:00
parent 8e763d6b72
commit 69de628467
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.6.4", "version": "19.6.6",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.6.4", "version": "19.6.6",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@cdransf/api-text": "^1.4.0", "@cdransf/api-text": "^1.4.0",

View file

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

View file

@ -211,6 +211,10 @@ h6 { font-size: var(--font-size-sm) }
& > button { & > button {
margin-bottom: 0 !important; margin-bottom: 0 !important;
&:last-of-type {
margin-right: 0 !important;
}
} }
} }