chore: cleanup styles
This commit is contained in:
parent
c4c61798b2
commit
e5e7e90de4
3 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "11.3.7",
|
"version": "11.3.8",
|
||||||
"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": {
|
||||||
|
|
|
@ -9,7 +9,7 @@ webcare-webshare {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
& > svg {
|
& > svg {
|
||||||
stroke: var(--gray-dark) !important;
|
stroke: var(--gray-dark);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +1,10 @@
|
||||||
.blog-roll-icons {
|
.blog-roll-icons {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row !important;
|
flex-direction: row;
|
||||||
gap: var(--sizing-xs);
|
gap: var(--sizing-xs);
|
||||||
|
|
||||||
& a {
|
& a {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue