chore: styles
This commit is contained in:
parent
f1c7f5f92a
commit
e728824651
4 changed files with 18 additions and 17 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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);
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Reference in a new issue