Small font adjustments
This commit is contained in:
parent
b91fcfcf8d
commit
c34e1b5ff6
1 changed files with 2 additions and 1 deletions
|
@ -47,9 +47,10 @@ const { title } = Astro.props
|
||||||
}
|
}
|
||||||
h1 {
|
h1 {
|
||||||
color: white;
|
color: white;
|
||||||
|
font-size: 2.25rem;
|
||||||
margin: 0.5rem 0px 0.5rem 0.5em;
|
margin: 0.5rem 0px 0.5rem 0.5em;
|
||||||
padding: 0.25rem 0.75rem;
|
padding: 0.25rem 0.75rem;
|
||||||
width: max-content;
|
max-width: max-content;
|
||||||
background-color: var(--c-darkgray);
|
background-color: var(--c-darkgray);
|
||||||
}
|
}
|
||||||
.holder {
|
.holder {
|
||||||
|
|
Loading…
Reference in a new issue