CI only on tags, redesign start
This commit is contained in:
parent
fe6e0981d2
commit
444732a9bd
3 changed files with 12 additions and 5 deletions
src/layouts
|
@ -31,12 +31,16 @@ const { title } = Astro.props
|
|||
position: relative;
|
||||
}
|
||||
div h1 {
|
||||
font-size: 40px;
|
||||
line-height: 48px;
|
||||
letter-spacing: -1px;
|
||||
color: white;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding: 0.25rem 0.75rem;
|
||||
padding: 0.25rem 1.5rem;
|
||||
border-radius: 0.5rem;
|
||||
max-width: max-content;
|
||||
background-color: var(--c-darkgray);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue