fix: addon link styles
This commit is contained in:
parent
4034a6d942
commit
913702ebcd
2 changed files with 4 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "11.3.5",
|
"version": "11.3.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": {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
gap: var(--sizing-sm);
|
gap: var(--sizing-sm);
|
||||||
grid-template-columns: repeat(1,minmax(0,1fr));
|
grid-template-columns: repeat(1,minmax(0,1fr));
|
||||||
|
|
||||||
& h2 {
|
& div > h2 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,12 +20,8 @@
|
||||||
.addon-links {
|
.addon-links {
|
||||||
grid-template-columns: repeat(2,minmax(0,1fr));
|
grid-template-columns: repeat(2,minmax(0,1fr));
|
||||||
|
|
||||||
& div:first-of-type {
|
& div:last-of-type h2 {
|
||||||
margin-right: var(--sizing-lg);
|
margin-top: 0;
|
||||||
}
|
|
||||||
|
|
||||||
& div h2 {
|
|
||||||
margin-top: 0 !important;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue