chore: styles

This commit is contained in:
Cory Dransfeldt 2024-07-04 21:32:05 -07:00
parent f1c7f5f92a
commit e728824651
No known key found for this signature in database
4 changed files with 18 additions and 17 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.10.6", "version": "19.10.7",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.10.6", "version": "19.10.7",
"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.10.6", "version": "19.10.7",
"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

@ -204,10 +204,25 @@ h6 { font-size: var(--font-size-sm); }
& .section-header { & .section-header {
margin: 0; 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 { .section-header {
margin: var(--sizing-xl) 0 var(--sizing-lg); margin: var(--sizing-xl) 0 var(--sizing-lg);
line-height: 1;
&.no-top-margin { &.no-top-margin {
margin: 0 0 var(--sizing-lg); margin: 0 0 var(--sizing-lg);

View file

@ -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 { button {
appearance: none; appearance: none;
border: none; border: none;