diff --git a/package-lock.json b/package-lock.json index 1ea5f459..6bca1a18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.10.6", + "version": "19.10.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.10.6", + "version": "19.10.7", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index 94850d8f..99d155a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.10.6", + "version": "19.10.7", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/assets/styles/base/index.css b/src/assets/styles/base/index.css index c0eb731a..644f3437 100644 --- a/src/assets/styles/base/index.css +++ b/src/assets/styles/base/index.css @@ -204,10 +204,25 @@ h6 { font-size: var(--font-size-sm); } & .section-header { margin: 0; } + + & .section-header-buttons { + display: flex; + align-items: center; + gap: var(--sizing-sm); + + & > button { + margin-bottom: 0 !important; + + &:last-of-type { + margin-right: 0 !important; + } + } + } } .section-header { margin: var(--sizing-xl) 0 var(--sizing-lg); + line-height: 1; &.no-top-margin { margin: 0 0 var(--sizing-lg); diff --git a/src/assets/styles/components/buttons.css b/src/assets/styles/components/buttons.css index 29bc326c..0a7fefd8 100644 --- a/src/assets/styles/components/buttons.css +++ b/src/assets/styles/components/buttons.css @@ -1,17 +1,3 @@ -.section-header-buttons { - display: flex; - align-items: center; - gap: var(--sizing-sm); - - & > button { - margin-bottom: 0; - - &:last-of-type { - margin-right: 0; - } - } -} - button { appearance: none; border: none;