fix: banner styles

This commit is contained in:
Cory Dransfeldt 2024-03-02 07:51:44 -08:00
parent 42c43255d1
commit 71befc8142
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "7.1.1", "version": "7.1.2",
"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

@ -20,7 +20,7 @@
.banner p { .banner p {
font-size: var(--font-size-sm); font-size: var(--font-size-sm);
line-height: var(--line-height-sm); line-height: var(--line-height-sm);
margin: 0; margin: 0 !important;
} }
.banner p > svg { .banner p > svg {