fix: banner styles
This commit is contained in:
parent
42c43255d1
commit
77191ab444
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "7.1.1",
|
"version": "7.1.3",
|
||||||
"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": {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.banner {
|
.banner {
|
||||||
margin: 1rem 0;
|
margin: 1.25rem 0;
|
||||||
padding: .75rem;
|
padding: .75rem;
|
||||||
border: 1px solid;
|
border: 1px solid;
|
||||||
border-radius: var(--rounded-lg);
|
border-radius: var(--rounded-lg);
|
||||||
|
@ -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 {
|
||||||
|
|
Reference in a new issue