chore: cleanup styles

This commit is contained in:
Cory Dransfeldt 2024-04-16 09:17:14 -07:00
parent c4c61798b2
commit e5e7e90de4
No known key found for this signature in database
3 changed files with 3 additions and 4 deletions

View file

@ -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": {

View file

@ -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;
} }
} }

View file

@ -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;
} }
} }