small design change
This commit is contained in:
parent
c7017bfd24
commit
784d66bebc
9 changed files with 76 additions and 8 deletions
src/layouts
|
@ -48,7 +48,10 @@ const { title } = Astro.props
|
|||
h1 {
|
||||
color: white;
|
||||
font-size: 2.25rem;
|
||||
margin: 0.5rem 0px 0.5rem 0.5em;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 0.25rem 0.75rem;
|
||||
max-width: max-content;
|
||||
background-color: var(--c-darkgray);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue