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",
|
||||
"version": "11.3.7",
|
||||
"version": "11.3.8",
|
||||
"description": "The source for my personal site. Built using 11ty.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
@ -9,7 +9,7 @@ webcare-webshare {
|
|||
cursor: pointer;
|
||||
|
||||
& > svg {
|
||||
stroke: var(--gray-dark) !important;
|
||||
stroke: var(--gray-dark);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
.blog-roll-icons {
|
||||
display: flex;
|
||||
flex-direction: row !important;
|
||||
flex-direction: row;
|
||||
gap: var(--sizing-xs);
|
||||
|
||||
& a {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
Reference in a new issue